UITableView via NSFetchedResultsControllerDelegate, select first record by default?
- by deafgreatdane
I have a UITableView that gets populated from CoreData via a controller that implements NSFetchedResultsControllerDelegate. How can I have it automatically select the first row (and fire the tableView:didSelectRowAtIndexPath message)?
The tableview is used for a variety of predicate queries, so I'm suspicious of solutions that work on the…