In my calendar app, I want my UITableView to scroll to a specific section based on which date is tapped. Current implementation is below:
- (void)calendarDidDate
Try this
[NSIndexPath indexPathForRow:NSNotFound inSection:section]