次の方法で共有


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の "対話型ポップ" に関連付ける必要があります。

適用対象