UINavigationControllerOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify operations on UINavigationController.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UINavigationControllerOperation
type UINavigationControllerOperation =
- Inheritance
-
UINavigationControllerOperation
- Attributes
Fields
None | 0 | No navigation operation is happening. |
Pop | 2 | The top UIViewController is being removed from the navigation stack. |
Push | 1 | A UIViewController is being pushed onto the navigation stack. |
Remarks
This enumeration is used in calls to M:UIKit.UINavigationController.GetAnimationController*.