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