UIView.SetAnimationDidStopSelector(Selector) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定自訂動畫委派在動畫結束時要使用的選取器。
[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) 可用來建立自訂動畫委派。