共用方式為


UIView.SetAnimationDidStopSelector(Selector) 方法

定義

指定自訂動畫委派在動畫結束時要使用的選取器。

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

參數

sel
Selector

用來定義使用 「SetAnimationDidStopSelector」 註冊之方法的委派物件

屬性

備註

不建議使用此方法。 應用程式開發人員應該偏好使用 UIViewPropertyAnimator 類別來建立 UIView 的動畫效果。

這個方法搭配 SetAnimationDelegate(NSObject)SetAnimationWillStartSelector(Selector) 可用來建立自訂動畫委派。

適用於