I've been playing around with the tutorial Core Data Tutorial: How To Use NSFetchedResultsController. If I add a sectionNameKeyPath to the NSFetchedREsultsController I will get a `UITableView like this: 
When I provide it with a sectionNameKayPath it creates a index in the right side of the view. In my application the Section Titles are dates like "Sunday 11. december", "Saturday 10. december" etc. These values are not appropriate for a index like this. How can I remove the index from my ´UITableView´ 
Simply remove the implementations of sectionIndexTitlesForTableView: and tableView:sectionForSectionIndexTitle:atIndex: from your data source object. Without these, no index will be created. 
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With