Partager via


UIViewController.AddChildViewController(UIViewController) Méthode

Définition

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.

S’applique à

Voir aussi