Partager via


UISplitViewControllerDelegate_Extensions.ShouldHideViewController Méthode

Définition

Les développeurs ne doivent pas utiliser cette méthode déconseillée. Les développeurs doivent utiliser « UISearchController » à la place.

[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

Paramètres

This
IUISplitViewControllerDelegate

Instance sur laquelle cette méthode d’extension fonctionne.

svc
UISplitViewController

Contrôleur de vue fractionnée désigné dont l’action peut être déclenchée.

viewController
UIViewController

Contrôleur de vue spécifié.

inOrientation
UIInterfaceOrientation

Orientation spécifiée.

Retours

Attributs

S’applique à