---
title: stackedLayoutAppearance
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitabbarappearance/stackedlayoutappearance
---

# stackedLayoutAppearance

The appearance attributes for items with a stacked layout.

## Declaration

```swift
@NSCopying var stackedLayoutAppearance: UITabBarItemAppearance { get set }
```

## Discussion

Discussion If you didn’t provide a set of explicit attributes at initialization time, UIKit provides an object with default attributes.

## See Also

### Configuring stacked item appearances

- [stackedItemPositioning](uikit/uitabbarappearance/stackeditempositioning.md)
- [stackedItemSpacing](uikit/uitabbarappearance/stackeditemspacing.md)
- [stackedItemWidth](uikit/uitabbarappearance/stackeditemwidth.md)
