<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITabBarItemAppearance/configureWithDefault(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITabBarItemAppearance(im)configureWithDefaultForStyle:"
  },
  "title" : "configureWithDefault(for:)"
}
-->

# configureWithDefault(for:)

Configures the tab bar item appearance object with appropriate values for the specified style.

```
func configureWithDefault(for style: UITabBarItemAppearance.Style)
```

## Parameters

`style`

The layout style for the appearance attributes. UIKit configures the object with the default appearance attributes for the specified style. For a list of possible values, see [`UITabBarItemAppearance.Style`](/documentation/UIKit/UITabBarItemAppearance/Style).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)