Contents

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.

See Also

Related Documentation

Managing interactions with the table