I have a Calendar with, beneath it, a UITableView that lists the events of a specific date. When the user selects a date, the UITableView updates with the events for that day. However, now the selected date is not highlighted (i.e. there isn't a circle around the date) - have to tap the date again for it to be highlighted.
Can I "force" the date to be highlighted in the DidSelectDate() method? Any other suggestions?
Thanks
Martin
Can I "force" the date to be highlighted in the DidSelectDate() method? Any other suggestions?
Thanks
Martin