UIViewController.AddChildViewController(UIViewController) 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.
Ajoute un UIViewController en tant qu’enfant.
[Foundation.Export("addChildViewController:")]
public virtual void AddChildViewController (UIKit.UIViewController childController);
abstract member AddChildViewController : UIKit.UIViewController -> unit
override this.AddChildViewController : UIKit.UIViewController -> unit
Paramètres
- childController
- UIViewController
Objet UIViewController à ajouter.
- Attributs
Remarques
UIViewControllerqui sont principalement des conteneurs d’autres UIViewControllers doivent utiliser cette méthode pour ajouter des contrôleurs d’affichage enfants.