Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

data source in swift

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.
 
PREVIOUS NEXT
Tagged: #data #source #swift
ADD COMMENT
Topic
Name
5+8 =