dataSource
The object that acts as the data source of the table view.
Declaration
weak var dataSource: (any UITableViewDataSource)? { get set }Discussion
The data source must adopt the UITableViewDataSource protocol. The data source isn’t retained.
The object that acts as the data source of the table view.
weak var dataSource: (any UITableViewDataSource)? { get set }The data source must adopt the UITableViewDataSource protocol. The data source isn’t retained.