Share via


UINavigationController.BarHideOnTapGestureRecognizer 属性

定义

用于隐藏导航控制器以响应点击的手势识别器。 (只读。)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITapGestureRecognizer BarHideOnTapGestureRecognizer { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("barHideOnTapGestureRecognizer", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; }
member this.BarHideOnTapGestureRecognizer : UIKit.UITapGestureRecognizer

属性值

属性

适用于