I've got a UITableView thats using NSFetchedResultsController and Core Data.
A user is able to create a new table entry that is divided into 3 UITableView sections, 0, 1 & 2.
Instead of having a huge scrolling list full of items, I want to be able to maybe show the top 1 or 2 cells in each section and then have 1 more cell that says "see all" or "X more entries" or something like that, which allows them to see all of the entries that are supposed to be in the section, either by expanding the section, or taking them into another TableView which just shows the cells in that section (that should be easier).
Is something like this possible? I can provide some code if it helps!
I'm not using a grouped style tableview, just to clear any confusion.
Thanks to anyone that can help me out!
A user is able to create a new table entry that is divided into 3 UITableView sections, 0, 1 & 2.
Instead of having a huge scrolling list full of items, I want to be able to maybe show the top 1 or 2 cells in each section and then have 1 more cell that says "see all" or "X more entries" or something like that, which allows them to see all of the entries that are supposed to be in the section, either by expanding the section, or taking them into another TableView which just shows the cells in that section (that should be easier).
Is something like this possible? I can provide some code if it helps!
I'm not using a grouped style tableview, just to clear any confusion.
Thanks to anyone that can help me out!