UIView.SetAnimationDidStopSelector(Selector) メソッド

定義

アニメーションの終了時にカスタム アニメーション デリゲートによって使用されるセレクターを指定します。

[Foundation.Export("setAnimationDidStopSelector:")]
public static void SetAnimationDidStopSelector (ObjCRuntime.Selector sel);
static member SetAnimationDidStopSelector : ObjCRuntime.Selector -> unit

パラメーター

sel
Selector

"SetAnimationDidStopSelector" を使用して登録されたメソッドを定義するために使用されるデリゲート オブジェクト

属性

注釈

このメソッドの使用はお勧めしません。 アプリケーション開発者は、 クラスを使用 UIViewPropertyAnimator して UIView をアニメーション化する必要があります。

SetAnimationWillStartSelector(Selector)のこのSetAnimationDelegate(NSObject)メソッドを使用して、カスタム アニメーション デリゲートを作成できます。

適用対象