---
title: focused
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicontrol/state-swift.struct/focused
---

# focused

The focused state of a control.

## Declaration

```swift
static var focused: UIControl.State { get }
```

## Discussion

Discussion In focus-based navigation systems, a control enters this state when it receives the focus. A focused control changes its appearance to indicate that it has focus, and this appearance differs from the appearance of the control when it’s highlighted or selected. Further interactions with the control can result in it also becoming highlighted or selected.

## See Also

### Constants

- [normal](uikit/uicontrol/state-swift.struct/normal.md)
- [highlighted](uikit/uicontrol/state-swift.struct/highlighted.md)
- [disabled](uikit/uicontrol/state-swift.struct/disabled.md)
- [selected](uikit/uicontrol/state-swift.struct/selected.md)
- [application](uikit/uicontrol/state-swift.struct/application.md)
- [reserved](uikit/uicontrol/state-swift.struct/reserved.md)
