UIViewController.ChildViewControllerForScreenEdgesDeferringSystemGestures 属性

定义

获取处理屏幕边缘手势时优先的子视图控制器(如果存在)。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController ChildViewControllerForScreenEdgesDeferringSystemGestures { [Foundation.Export("childViewControllerForScreenEdgesDeferringSystemGestures")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ChildViewControllerForScreenEdgesDeferringSystemGestures : UIKit.UIViewController

属性值

(即将推出有关此节点的更多文档)

此值可为 null

属性

适用于