UISplitViewControllerDelegate_Extensions.EventShowDetailViewController 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.
Retourne true si le délégué affiche l’affichage de détails lui-même, plutôt que de s’appuyer sur splitViewController
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool EventShowDetailViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
static member EventShowDetailViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- splitViewController
- UISplitViewController
Désigne le contrôleur de vue fractionnée dont la vue secondaire est mise à jour.
Contrôleur de vue affiché à la position secondaire.
- sender
- NSObject
Action à l’objet de la demande.
Retours
- Attributs