Package apple.uikit.enums
Class UINavigationControllerOperation
- java.lang.Object
-
- apple.uikit.enums.UINavigationControllerOperation
-
public final class UINavigationControllerOperation extends java.lang.ObjectUINavigationController manages a stack of view controllers and a navigation bar. It performs horizontal view transitions for pushed and popped views while keeping the navigation bar in sync. Most clients will not need to subclass UINavigationController. If a navigation controller is nested in a tabbar controller, it uses the title and toolbar attributes of the bottom view controller on the stack. UINavigationController is rotatable if its top view controller is rotatable. Navigation between controllers with non-uniform rotatability is currently not supported.
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Push
public static final long Push
- See Also:
- Constant Field Values
-
Pop
public static final long Pop
- See Also:
- Constant Field Values
-
-