UIKit.UISearchDisplayController Members

The members of UIKit.UISearchDisplayController are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

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

Public Methods

SetActive(bool, bool)
Displays or hides the search interface, optionally animating the display.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UISearchDisplayController object.