<!--
{
  "availability" : [
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSViewController/presentedViewControllers",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSViewController(py)presentedViewControllers"
  },
  "title" : "presentedViewControllers"
}
-->

# presentedViewControllers

The view controllers, if any, that are currently presented by the view controller.

```
var presentedViewControllers: [NSViewController]? { get }
```

## Discussion

There is a one-to-many relationship between the view controller whose [`presentedViewControllers`](/documentation/AppKit/NSViewController/presentedViewControllers) property you are accessing, and the view controllers it is currently presenting.

---

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)