I played with the tutorial Basic Data Tutorial: How to use NSFetchedResultsController . If I add sectionNameKeyPath to NSFetchedREsultsController , I get `UITableView as follows:
sectionNameKeyPath
NSFetchedREsultsController
When I give it sectionNameKayPath , it creates an index on the right side of the view. In my application, the section names are dated as “Sunday 11. December”, “Saturday 10. December”, etc. These values are not suitable for such an index. How to remove an index from my "UITableView"
sectionNameKayPath
Just remove the implementation of sectionIndexTitlesForTableView: and tableView:sectionForSectionIndexTitle:atIndex: from the data source object. Without them, the index will not be created.
sectionIndexTitlesForTableView:
tableView:sectionForSectionIndexTitle:atIndex:
Source: https://habr.com/ru/post/1385741/More articles:Does javascript close new reserved space in memory for each iteration? - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1385737/do-i-need-to-escape-values-when-using-entityrepositoryfindby&usg=ALkJrhiW5RafstBh3nluKKbfTPiW_FnCKgIs there an advantage to using indirectness when you enable a module (from 7 languages in 7 weeks, Ruby 3 day) - inheritanceSQL Server 2008 - permission denied in the 'master' database - sqlStudy Guide for GAS with 64-bit - gasVector preselection does not work properly - c ++ASP.NET DataReader Values - asp.netHandling messages using Java and JavaScript: JSON or XML? - javaHow to stop threads created using an anonymous class? - javaUITableView loses choice - iosAll Articles