UISplitViewControllerDelegate_Extensions.ShouldHideViewController Method
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.
Developers should not use this deprecated method. Developers should use 'UISearchController' instead.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UISearchController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldHideViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController svc, UIKit.UIViewController viewController, UIKit.UIInterfaceOrientation inOrientation);
static member ShouldHideViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIInterfaceOrientation -> bool
Parameters
The instance on which this extension method operates.
The designated split view controller whose action might be triggered.
- viewController
- UIViewController
The specified view controller.
- inOrientation
- UIInterfaceOrientation
The specified orientation.
Returns
- Attributes