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

# UISegmentedControlStyle

The styles of the segmented control.

```
enum UISegmentedControlStyle : NSInteger;
```

## Overview

You use these constants as values for the [`segmentedControlStyle`](/documentation/UIKit/UISegmentedControl/segmentedControlStyle) property.

## Topics

### Constants

[`UISegmentedControlStylePlain`](/documentation/UIKit/UISegmentedControlStyle/UISegmentedControlStylePlain)

The large plain style for segmented controls.

[`UISegmentedControlStyleBordered`](/documentation/UIKit/UISegmentedControlStyle/UISegmentedControlStyleBordered)

The large bordered style for segmented controls.

[`UISegmentedControlStyleBar`](/documentation/UIKit/UISegmentedControlStyle/UISegmentedControlStyleBar)

The small toolbar style for segmented controls.

[`UISegmentedControlStyleBezeled`](/documentation/UIKit/UISegmentedControlStyle/UISegmentedControlStyleBezeled)

The large bezeled style for segmented controls.



---

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)