UISearchDisplayController Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A controller that manages a search bar and an associated results table view.
[Foundation.Register("UISearchDisplayController", true)]
public class UISearchDisplayController : Foundation.NSObject
[<Foundation.Register("UISearchDisplayController", true)>]
type UISearchDisplayController = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| UISearchDisplayController() |
Creates a new UISearchDisplayController with default values. |
| UISearchDisplayController(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UISearchDisplayController(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| UISearchDisplayController(UISearchBar, UIViewController) | |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Active |
Whether the search interface is visible. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the UIKit.IUISearchDisplayDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| DisplaysSearchBarInNavigationBar | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| NavigationItem | |
| RetainCount | (Inherited from NSObject) |
| SearchBar | |
| SearchContentsController | |
| SearchResultsDataSource |
The UITableViewDataSource holding the search results. |
| SearchResultsDelegate |
The delegate object for events relating to the search results table view. |
| SearchResultsSource |
The UITableViewSource holding the search results. |
| SearchResultsTableView | |
| SearchResultsTitle | |
| SearchResultsWeakDataSource | |
| SearchResultsWeakDelegate | |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| WeakDelegate | |
| Zone | (Inherited from NSObject) |