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.
我创建了一个 tableview 并获得了一个项目列表,那么我如何标记并选择其中几个到我的下一个 tableview?
您可以将得到的列表存储为 NSMutableArray 。然后将mutableArray作为下一个tableView的dataSource。