UISplitViewController.ViewControllers 属性

定义

此 UISplitViewController 管理的 UIViewControllers 数组。

public virtual UIKit.UIViewController[] ViewControllers { [Foundation.Export("viewControllers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ViewControllers : UIKit.UIViewController[] with get, set

属性值

属性

注解

与早期 iOS 版本不同,在 iOS 5.1 下设置此属性将立即触发 ShouldHideViewController。 由于默认返回值可能与所需值不匹配,因此在使用 ViewControllers 之前,必须设置 Delegate 属性或所有事件。

适用于