---
title: passthroughViews
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipopoverpresentationcontroller/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 UIView objects to this property causes UIKit to continue dispatching touch event to the views you specified.

## See Also

### Configuring the popover appearance

- [popoverLayoutMargins](uikit/uipopoverpresentationcontroller/popoverlayoutmargins.md)
- [backgroundColor](uikit/uipopoverpresentationcontroller/backgroundcolor.md)
- [popoverBackgroundViewClass](uikit/uipopoverpresentationcontroller/popoverbackgroundviewclass.md)
- [canOverlapSourceViewRect](uikit/uipopoverpresentationcontroller/canoverlapsourceviewrect.md)
