Compartir a través de


UISplitViewControllerDelegate_Extensions.ShouldHideViewController Método

Definición

Los desarrolladores no deben usar este método en desuso. En su lugar, los desarrolladores deben usar "UISearchController".

[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

Parámetros

This
IUISplitViewControllerDelegate

Instancia en la que opera este método de extensión.

svc
UISplitViewController

Controlador de vista dividido designado cuya acción se puede desencadenar.

viewController
UIViewController

Controlador de vista especificado.

inOrientation
UIInterfaceOrientation

Orientación especificada.

Devoluciones

Atributos

Se aplica a