UISplitViewController.ViewControllers 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此 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 属性或所有事件。