次の方法で共有


UIView.SetAnimationRepeatCount(Single) メソッド

定義

このアニメーション トランザクションの繰り返し数を設定します。

[Foundation.Export("setAnimationRepeatCount:")]
public static void SetAnimationRepeatCount (float repeatCount);
static member SetAnimationRepeatCount : single -> unit

パラメーター

repeatCount
Single

このトランザクションの繰り返し数。

属性

注釈

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

適用対象