📜  swift代码示例中的数据源

📅  最后修改于: 2022-03-11 15:00:58.594000             🧑  作者: Mango

代码示例1
Save
To manage the data, you provide the table with a data source object—that is, an object that implements the UITableViewDataSource protocol. A data source object responds to data-related requests from the table. It also manages the table's data directly, or coordinates with other parts of your app to manage that data.