---
title: presentedViewController
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipresentationcontroller/presentedviewcontroller
---

# presentedViewController

The view controller being presented.

## Declaration

```swift
var presentedViewController: UIViewController { get }
```

## Discussion

Discussion This object corresponds to the one passed as the first parameter of the present(_:animated:completion:) method. The successful conclusion of the presentation process causes this view controller’s content to be displayed onscreen.

## See Also

### Getting the presentation objects

- [presentingViewController](uikit/uipresentationcontroller/presentingviewcontroller.md)
- [containerView](uikit/uipresentationcontroller/containerview.md)
- [presentedView](uikit/uipresentationcontroller/presentedview.md)
