---
title: UITabBarItemStateAppearance
framework: uikit
role: symbol
role_heading: Class
path: uikit/uitabbaritemstateappearance
---

# UITabBarItemStateAppearance

A data object containing the specific customizations for tab bar items in a particular state.

## Declaration

```swift
@MainActor class UITabBarItemStateAppearance
```

## Overview

Overview Use a UITabBarItemStateAppearance object to customize the appearance of your tab bar items and the badges they display. Don’t create UITabBarItemStateAppearance objects yourself. Instead, create a UITabBarItemAppearance object and use its properties to fetch the appearance attributes for tab bar items in a particular state. For example, to set the attributes for items in the normal state, configure the object in the normal property.

## Topics

### Configuring the item’s title

- [titleTextAttributes](uikit/uitabbaritemstateappearance/titletextattributes.md)
- [titlePositionAdjustment](uikit/uitabbaritemstateappearance/titlepositionadjustment.md)

### Tinting the item’s icon

- [iconColor](uikit/uitabbaritemstateappearance/iconcolor.md)

### Configuring the badge appearance

- [badgeTextAttributes](uikit/uitabbaritemstateappearance/badgetextattributes.md)
- [badgeBackgroundColor](uikit/uitabbaritemstateappearance/badgebackgroundcolor.md)
- [badgeTitlePositionAdjustment](uikit/uitabbaritemstateappearance/badgetitlepositionadjustment.md)
- [badgePositionAdjustment](uikit/uitabbaritemstateappearance/badgepositionadjustment.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Tab bar appearance

- [UITabBarAppearance](uikit/uitabbarappearance.md)
- [UITabBarItemAppearance](uikit/uitabbaritemappearance.md)
