UIKit.UISearchController: Method Members

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

See Also: Inherited members from UIKit.UIViewController

Public Methods

AnimateTransition(IUIViewControllerContextTransitioning)
Causes the animator object to perform transition animations.
AnimationEnded(bool)
Informs the animator object whether transition animations finished successfully.
GetAnimationControllerForDismissedController(UIViewController) : IUIViewControllerAnimatedTransitioning
Gets the transition animation object to use when the app dismisses this controller.
GetAnimationControllerForPresentedController(UIViewController, UIViewController, UIViewController) : IUIViewControllerAnimatedTransitioning
Documentation for this section has not yet been entered.
GetInteractionControllerForDismissal(IUIViewControllerAnimatedTransitioning) : IUIViewControllerInteractiveTransitioning
Gets the interactive animator object to use when the app dismisses this controller.
GetInteractionControllerForPresentation(IUIViewControllerAnimatedTransitioning) : IUIViewControllerInteractiveTransitioning
Gets the interactive animator object to use when the app presents this controller.
GetPresentationControllerForPresentedViewController(UIViewController, UIViewController, UIViewController) : UIPresentationController
Gets the presentation controller to use to manage the view hierarchy when the app presents this controller.
SetSearchResultsUpdater(Action<UISearchController>)
Documentation for this section has not yet been entered.
TransitionDuration(IUIViewControllerContextTransitioning) : double
Obtains the duration, in seconds, of the transition animation from the animator object.

Protected Methods

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