Contents

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.

See Also

Related Documentation

Providing the data and cells