---
title: passthroughViews
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipopovercontroller/passthroughviews
---

# passthroughViews

An array of views that the user can interact with while the popover is visible.

## Declaration

```swift
var passthroughViews: [UIView]? { get set }
```

## Discussion

Discussion When a popover is active, interactions with other views are normally disabled until the popover is dismissed. Assigning an array of views to this property allows taps outside of the popover to be handled by the corresponding views.

## See Also

### Configuring the popover content

- [contentViewController](uikit/uipopovercontroller/contentviewcontroller.md)
- [setContentView(_:animated:)](uikit/uipopovercontroller/setcontentview(_:animated:).md)
- [contentSize](uikit/uipopovercontroller/contentsize.md)
- [setContentSize(_:animated:)](uikit/uipopovercontroller/setcontentsize(_:animated:).md)
