UISplitViewControllerDelegate.ShouldHideViewController Method

Definition

Developers should not use this deprecated method. Developers should use 'UISearchController' instead.

[Foundation.Export("splitViewController:shouldHideViewController:inOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UISearchController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldHideViewController (UIKit.UISplitViewController svc, UIKit.UIViewController viewController, UIKit.UIInterfaceOrientation inOrientation);
abstract member ShouldHideViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIInterfaceOrientation -> bool
override this.ShouldHideViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIInterfaceOrientation -> bool

Parameters

svc
UISplitViewController

The designated split view controller whose action might be triggered.

viewController
UIViewController

The specified view controller.

inOrientation
UIInterfaceOrientation

The specified orientation.

Returns

Attributes

Applies to