UIDocumentBrowserTransitionController.AnimationEnded(Boolean) 方法

定义

在过渡动画完成后执行任何所需的操作。

[Foundation.Export("animationEnded:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void AnimationEnded (bool transitionCompleted);
abstract member AnimationEnded : bool -> unit
override this.AnimationEnded : bool -> unit

参数

transitionCompleted
Boolean

转换是否已完成。

属性

适用于