UIKit.UISearchDisplayController: Property Members

The properties of UIKit.UISearchDisplayController are listed below. For a list of all members, see the UISearchDisplayController Members list.

See Also: Inherited members from Foundation.NSObject

Public Properties

Activebool. Whether the search interface is visible.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUISearchDisplayDelegate. An instance of the UIKit.UISearchDisplayDelegate model class which acts as the class delegate.
DisplaysSearchBarInNavigationBarbool. Whether the navigation bar contains a search bar.
[read-only]
NavigationItemUINavigationItem. Represents the UISearchDisplayController in a UINavigationController's nav bar. Read-only.
[read-only]
SearchBarUISearchBar. The search bar. Read-only.
[read-only]
SearchContentsControllerUIViewController. The UIViewController that managed the contents being searched. Read-only.
SearchResultsDataSourceIUITableViewDataSource. The UITableViewDataSource holding the search results.
SearchResultsDelegateIUITableViewDelegate. The delegate object for events relating to the search results table view.
SearchResultsSourceUITableViewSource. The UITableViewSource holding the search results.
[read-only]
SearchResultsTableViewUITableView. The UITableView in which the search results are displayed. Read-only.
SearchResultsTitlestring. The title for the search results view.
SearchResultsWeakDataSourceFoundation.NSObject. The data source for the UITableView in which the search results are displayed.
SearchResultsWeakDelegateFoundation.NSObject. The delegate for the UITableView in which the search results are displayed.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type