---
title: normal
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbaritemappearance/normal
---

# normal

The appearance data to apply to the tab bar item when it’s enabled, unselected, and not the focused item.

## Declaration

```swift
var normal: UITabBarItemStateAppearance { get }
```

## Discussion

Discussion To set the attributes for this state, get the object in this property and modify it.

## See Also

### Configuring attributes for different item states

- [selected](uikit/uitabbaritemappearance/selected.md)
- [disabled](uikit/uitabbaritemappearance/disabled.md)
- [focused](uikit/uitabbaritemappearance/focused.md)
