<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIScrollView/IndicatorStyle-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIScrollViewIndicatorStyle"
  },
  "title" : "UIScrollView.IndicatorStyle"
}
-->

# UIScrollView.IndicatorStyle

Defines constants that represent the styles of the scroll indicators.

```
enum IndicatorStyle
```

## Overview

You use these constants to set the value of the [`indicatorStyle`](/documentation/UIKit/UIScrollView/indicatorStyle-swift.property) style.

## Topics

### Constants

[`UIScrollView.IndicatorStyle.default`](/documentation/UIKit/UIScrollView/IndicatorStyle-swift.enum/default)

The default style of scroll indicator, which is black with a white border.

[`UIScrollView.IndicatorStyle.black`](/documentation/UIKit/UIScrollView/IndicatorStyle-swift.enum/black)

A style of indicator which is black and smaller than the default style.

[`UIScrollView.IndicatorStyle.white`](/documentation/UIKit/UIScrollView/IndicatorStyle-swift.enum/white)

A style of indicator is white and smaller than the default 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)