次の方法で共有


IUIViewControllerTransitionCoordinator.NotifyWhenInteractionEndsUsingBlock メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'NotifyWhenInteractionChanges' を使用する必要があります。

[Foundation.Export("notifyWhenInteractionEndsUsingBlock:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NotifyWhenInteractionChanges' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NotifyWhenInteractionChanges' instead.")]
public void NotifyWhenInteractionEndsUsingBlock(Action<UIKit.IUIViewControllerTransitionCoordinatorContext> handler);
abstract member NotifyWhenInteractionEndsUsingBlock : Action<UIKit.IUIViewControllerTransitionCoordinatorContext> -> unit

パラメーター

属性

適用対象