CoreData NSFetchedResultsController Empty Section Display
Posted
by user280390
on Stack Overflow
See other posts from Stack Overflow
or by user280390
Published on 2010-05-28T13:48:27Z
Indexed on
2010/05/28
13:52 UTC
Read the original article
Hit count: 277
Hello
I would like to show a fixed number of sections in a table view with a Fetched Results Controller as the data source.
If you image the contacts app where sections organised by the alphabet, it will not have a header for B if there are no contacts in that section, so the section headers you see are A then C.
I would like to display a section header in my table (for B), but without any rows. an empty section in effect.
Can NSFetchedResultsController do this for me?
© Stack Overflow or respective owner