다음을 통해 공유


UINavigationController.InteractivePopGestureRecognizer 속성

정의

왼쪽 가장자리에서 내부 "뒤로" 제스처에 대한 제스처 인식기입니다.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIGestureRecognizer InteractivePopGestureRecognizer { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("interactivePopGestureRecognizer", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.InteractivePopGestureRecognizer : UIKit.UIGestureRecognizer

속성 값

특성

설명

iOS 7에는 애플리케이션 사용자가 화면 왼쪽에서 내부로 끌어가는 새로운 표준 제스처가 추가되었습니다. 이 제스처는 뒤로 탐색하는 데 사용됩니다. 의 경우 일반적으로 현재 UIViewControllerUINavigationController"대화형 팝"과 연결되어야 합니다.

적용 대상