<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIButtonConfigurationIndicator",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIButtonConfigurationIndicator"
  },
  "title" : "UIButtonConfigurationIndicator"
}
-->

# UIButtonConfigurationIndicator

Constants that determine the style of the indicator that appears on a button.

```
enum UIButtonConfigurationIndicator : NSInteger;
```

## Overview

Use these constants to set the value of the [`indicator`](/documentation/UIKit/UIButtonConfiguration/indicator) property.

## Topics

### Indicator styles

[`UIButtonConfigurationIndicatorAutomatic`](/documentation/UIKit/UIButtonConfigurationIndicator/UIButtonConfigurationIndicatorAutomatic)

A constant that automatically determines an indicator style according to the button’s properties.

[`UIButtonConfigurationIndicatorNone`](/documentation/UIKit/UIButtonConfigurationIndicator/UIButtonConfigurationIndicatorNone)

A constant that doesn’t show an indicator.

[`UIButtonConfigurationIndicatorPopup`](/documentation/UIKit/UIButtonConfigurationIndicator/UIButtonConfigurationIndicatorPopup)

A constant that shows a popup-style indicator.



---

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)