UIViewAnimationOptions enum
Values
- UIViewAnimationOptionLayoutSubviews → const UIViewAnimationOptions
-
const UIViewAnimationOptions(1) - UIViewAnimationOptionAllowUserInteraction → const UIViewAnimationOptions
-
const UIViewAnimationOptions(2) - UIViewAnimationOptionBeginFromCurrentState → const UIViewAnimationOptions
-
const UIViewAnimationOptions(4) - UIViewAnimationOptionRepeat → const UIViewAnimationOptions
-
const UIViewAnimationOptions(8) - UIViewAnimationOptionAutoreverse → const UIViewAnimationOptions
-
const UIViewAnimationOptions(16) - UIViewAnimationOptionOverrideInheritedDuration → const UIViewAnimationOptions
-
const UIViewAnimationOptions(32) - UIViewAnimationOptionOverrideInheritedCurve → const UIViewAnimationOptions
-
const UIViewAnimationOptions(64) - UIViewAnimationOptionAllowAnimatedContent → const UIViewAnimationOptions
-
const UIViewAnimationOptions(128) - UIViewAnimationOptionShowHideTransitionViews → const UIViewAnimationOptions
-
const UIViewAnimationOptions(256) - UIViewAnimationOptionOverrideInheritedOptions → const UIViewAnimationOptions
-
const UIViewAnimationOptions(512) - UIViewAnimationOptionCurveEaseInOut → const UIViewAnimationOptions
-
const UIViewAnimationOptions(0) - UIViewAnimationOptionCurveEaseIn → const UIViewAnimationOptions
-
const UIViewAnimationOptions(65536) - UIViewAnimationOptionCurveEaseOut → const UIViewAnimationOptions
-
const UIViewAnimationOptions(131072) - UIViewAnimationOptionCurveLinear → const UIViewAnimationOptions
-
const UIViewAnimationOptions(196608) - UIViewAnimationOptionTransitionFlipFromLeft → const UIViewAnimationOptions
-
const UIViewAnimationOptions(1048576) - UIViewAnimationOptionTransitionFlipFromRight → const UIViewAnimationOptions
-
const UIViewAnimationOptions(2097152) - UIViewAnimationOptionTransitionCurlUp → const UIViewAnimationOptions
-
const UIViewAnimationOptions(3145728) - UIViewAnimationOptionTransitionCurlDown → const UIViewAnimationOptions
-
const UIViewAnimationOptions(4194304) - UIViewAnimationOptionTransitionCrossDissolve → const UIViewAnimationOptions
-
const UIViewAnimationOptions(5242880) - UIViewAnimationOptionTransitionFlipFromTop → const UIViewAnimationOptions
-
const UIViewAnimationOptions(6291456) - UIViewAnimationOptionTransitionFlipFromBottom → const UIViewAnimationOptions
-
const UIViewAnimationOptions(7340032) - UIViewAnimationOptionPreferredFramesPerSecond60 → const UIViewAnimationOptions
-
const UIViewAnimationOptions(50331648) - UIViewAnimationOptionPreferredFramesPerSecond30 → const UIViewAnimationOptions
-
const UIViewAnimationOptions(117440512)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromValue(
int value) → UIViewAnimationOptions
Constants
- UIViewAnimationOptionPreferredFramesPerSecondDefault → const UIViewAnimationOptions
- UIViewAnimationOptionTransitionNone → const UIViewAnimationOptions
-
values
→ const List<
UIViewAnimationOptions> - A constant List of the values in this enum, in order of their declaration.