Package apple.uikit.enums
Class UITableViewRowAnimation
- java.lang.Object
-
- apple.uikit.enums.UITableViewRowAnimation
-
public final class UITableViewRowAnimation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticavailable in iOS 5.0.static longBottomstatic longFadestatic longLeftstatic longMiddleavailable in iOS 3.2.static longNoneavailable in iOS 3.0static longRightslide in from right (or out to right)static longTop
-
-
-
Field Detail
-
Fade
public static final long Fade
- See Also:
- Constant Field Values
-
Right
public static final long Right
slide in from right (or out to right)- See Also:
- Constant Field Values
-
Left
public static final long Left
- See Also:
- Constant Field Values
-
Top
public static final long Top
- See Also:
- Constant Field Values
-
Bottom
public static final long Bottom
- See Also:
- Constant Field Values
-
None
public static final long None
available in iOS 3.0- See Also:
- Constant Field Values
-
Middle
public static final long Middle
available in iOS 3.2. attempts to keep cell centered in the space it will/did occupy- See Also:
- Constant Field Values
-
Automatic
public static final long Automatic
available in iOS 5.0. chooses an appropriate animation style for you- See Also:
- Constant Field Values
-
-