delegate
The toolbar’s delegate object.
Declaration
weak var delegate: (any UIToolbarDelegate)? { get set }Discussion
The delegate should conform to the UIToolbarDelegate protocol. You may not set the delegate when the toolbar is managed by a navigation controller. The default value is nil.