UISplitViewControllerDelegate_Extensions.ShouldHideViewController Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Instance sur laquelle cette méthode d’extension fonctionne.
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