Contents

delegate

The search bar’s delegate object.

Declaration

weak var delegate: (any UISearchBarDelegate)? { get set }

Discussion

The delegate should conform to the UISearchBarDelegate protocol. Set this property to further modify the behavior. The default value is nil.

See Also

Handling search bar interactions