UIViewController.AddChildViewController(UIViewController) 方法

定义

UIViewController将 添加为子级。

[Foundation.Export("addChildViewController:")]
public virtual void AddChildViewController (UIKit.UIViewController childController);
abstract member AddChildViewController : UIKit.UIViewController -> unit
override this.AddChildViewController : UIKit.UIViewController -> unit

参数

childController
UIViewController

要添加的 UIViewController

属性

注解

UIViewController主要是其他 UIViewController的容器的 应使用此方法添加子视图控制器。

适用于

另请参阅