TKUIAutocompletionViewController
public class TKUIAutocompletionViewController : UITableViewController
extension TKUIAutocompletionViewController: UISearchResultsUpdating
Displays autocompletion results from search
Typically used as a searchResultsController
being passed
to a UISearchController
and assigned to that search
controller’s searchResultsUpdater
property.
-
Undocumented
Declaration
Swift
public let providers: [TKAutocompleting]
-
Undocumented
Declaration
Swift
public weak var delegate: TKUIAutocompletionViewControllerDelegate?
-
Undocumented
Declaration
Swift
public var showAccessoryButtons: Bool
-
Undocumented
Declaration
Swift
public var biasMapRect: MKMapRect
-
Undocumented
Declaration
Swift
public init(providers: [TKAutocompleting])
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override public func viewDidLoad()
-
Undocumented
Declaration
Swift
public override func scrollViewDidScroll(_ scrollView: UIScrollView)
-
Undocumented
Declaration
Swift
public func updateSearchResults(for searchController: UISearchController)