MonoTouch.UIKit.UIViewAnimationOptions Enumeration
An enumeration indicating animation options.

Syntax

[MonoTouch.ObjCRuntime.iOS(4, 0)]
[MonoTouch.ObjCRuntime.Native]
[System.Flags]
public enum UIViewAnimationOptions

Remarks

Members

Member NameDescription
AllowAnimatedContentIf set, views are animated by changing their properties and redrawing. If not set, the views are animated using a snapshot image.
AllowUserInteractionThis flag instructs the system to keep sending input events to the view during the animation. By default input events are disabled when an animation is taking place.
AutoreverseIf set, the animation will automatically reverse once it completes.
BeginFromCurrentStateStarts the animation from the current view state.
CurveEaseInUses an EaseIn animation.
CurveEaseInOutUses an EasyInOut animation.
CurveEaseOutUses an EaseOut animation.
CurveLinearUses a linear animation.
LayoutSubviewsLays out subviews at commit time so they are animated along with their parent.
OverrideInheritedCurveIf set, the animation will use the original curve specified when the animation was submitted, not the curve of the in-flight animation.
OverrideInheritedDurationIf set, the animation will use the original duration value, rather than the remaining duration of the in-flight animation.
OverrideInheritedOptionsThe option to not inherit the animation type or any other options.
RepeatIf set, the animation will repeat.
ShowHideTransitionViewsIf set, views are hidden and shown (not removed or added) during transition. Both views must already be in the parent view's hierarchy.
TransitionCrossDissolveA transition that dissolves between views.
TransitionCurlDownA transition that curls a view down from the top.
TransitionCurlUpA transition that curls a view up from the bottom.
TransitionFlipFromBottomA transition that flips a view around its horizontal axis from bottom to top. The bottom moves forward and the top moves back.
TransitionFlipFromLeftA transition that flips a view around its vertical axis from left to right. The left side comes forward and the right moves backward.
TransitionFlipFromRightA transition that flips a view around its vertical axis from right to left. The right side comes forward and the left moves backward.
TransitionFlipFromTopA transition that flips a view around its horizontal axis from top to bottom. The top moves forward and the bottom moves back.
TransitionNoneNo transition.

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0