Contents

delegate

The object that receives the completion results.

Declaration

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

Discussion

You must provide a delegate object to receive completion results and to handle any errors that might occur. For more information about the methods of the delegate protocol, see MKLocalSearchCompleterDelegate.

See Also

Receiving the search results