I have an NSArray of NSDictionaries where each dictionary has the same keys. I want a section for each dictionary in the array.
For example, if the array has 4 dictionaries, then the table will have 4 sections. Then each cell in each section will correspond with that value in the dictionary.
Is there an easy way to do this?
For example, I have an NSArray with 3 Dictionaries where each dictionary has 3 keys, name, gender, and date.
This means that the table should have 3 sections, where each section title is the date key for its dictionary. Then there are 2 cells for that section corresponding to the name and gender values.
Are you even trying this at all? 😛