UIView.SetAnimationBeginsFromCurrentState(Boolean) Method

Definition

Sets whether the animation transaction will animate from the current view state.

[Foundation.Export("setAnimationBeginsFromCurrentState:")]
public static void SetAnimationBeginsFromCurrentState (bool fromCurrentState);
static member SetAnimationBeginsFromCurrentState : bool -> unit

Parameters

fromCurrentState
Boolean

Returns true if you want to start the animation from the current state, false otherwise.

Attributes

Applies to