---
title: mirrored
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscreen/mirrored
---

# mirrored

The screen an external display mirrors from.

## Declaration

```swift
var mirrored: UIScreen? { get }
```

## Discussion

Discussion When a screen supports mirroring and mirroring is active, this property contains the screen object associated with the device’s main screen. This represents the screen the attached display mirrors from. The value of this property is nil when mirroring is disabled, not supported, or no screen is connected to the device. To disable mirroring and use the external display for presenting unique content, create a window and associate it with a windowExternalDisplayNonInteractive scene.

## See Also

### Related Documentation

- [main](uikit/uiscreen/main.md)

### Detecting screen capture

- [isCaptured](uikit/uiscreen/iscaptured.md)
