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

# normal

The normal, or default, state of a control where the control is enabled but neither selected nor highlighted.

## Declaration

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

## Mentioned in

Choosing a user interface idiom for your Mac app

## See Also

### Constants

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