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
Swift version of @black-sheep answer:
let sectionIndexPath = IndexPath(row: NSNotFound, section: section)