Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: NSDictionary 到 UITableView
我有带有键的 NSDictionary,例如 @"first_name"。我想使用 UITableView 显示此键的对象。我该怎么做?
谢谢。
您可以只设置 ui 表视图委托,然后以某种方式对字典进行排序(选择您希望的顺序,或者从对键排序的字典中创建一个数组)。实现协议是解决方案。