Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Highlighting day(s) in month view
posted

I need to change the cell background color when a user taps a cell in the month view.  In MonthViewDayTapped, I'm currently returning false, to effectively disable the day view, since we don't need that.  If there's no property/method, is there any trick I can use to set the cell color?  Ideally, I'd be able to get to each of the UIView objects for each cell in the calendar somehow, and have full access, since not everybody is going to use a calendar to show appointments (show images, etc.), but the color would be nice to set in particular. Thanks!

Parents Reply Children