<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UINavigationController/Operation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UINavigationControllerOperation"
  },
  "title" : "UINavigationController.Operation"
}
-->

# UINavigationController.Operation

Constants that define the type of navigation controller transitions that can occur.

```
enum Operation
```

## Topics

### Constants

[`UINavigationController.Operation.none`](/documentation/UIKit/UINavigationController/Operation/none)

A constant that indicates no operation is taking place.

[`UINavigationController.Operation.push`](/documentation/UIKit/UINavigationController/Operation/push)

A constant that indicates a view controller is being pushed onto the navigation stack.

[`UINavigationController.Operation.pop`](/documentation/UIKit/UINavigationController/Operation/pop)

A constant that indicates the topmost view controller is being removed from the navigation stack.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)