使用 NSArray 加载 UITableView
我有一个 NSDictionaries 的 NSArray ,其中每个字典都有相同的键。我想要数组中每个字典的一个部分。
例如,如果数组有 4 个字典,则表将有 4 个部分。然后每个部分中的每个单元格将与字典中的该值相对应。
有没有简单的方法可以做到这一点?
例如,我有一个包含 3 个字典的 NSArray,其中每个字典有 3 个键:姓名、性别和日期。
这意味着该表应该有 3 个部分,其中每个部分的标题都是其字典的日期键。然后该部分有 2 个单元格,对应于姓名和性别值。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你甚至尝试过这个吗? :P
Are you even trying this at all? :P