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

# focusedView

The view that is currently focused.

## Declaration

```swift
weak var focusedView: UIView? { get }
```

## Discussion

Discussion When a view has focus, this property contains that view. When the focus is on an item that is not a view, the view in this property is the one that contains the item. This property is nil when nothing is currently focused on the screen.

## See Also

### Deprecated properties

- [main](uikit/uiscreen/main.md)
- [screens](uikit/uiscreen/screens.md)
- [applicationFrame](uikit/uiscreen/applicationframe.md)
- [focusedItem](uikit/uiscreen/focuseditem.md)
- [supportsFocus](uikit/uiscreen/supportsfocus.md)
