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

# UISegmentedControl.Segment

Constants for specifying a segment in a control.

```
enum Segment
```

## Topics

### Constants

[`UISegmentedControlSegmentAny`](/documentation/UIKit/UISegmentedControl/Segment/any)

Specifies any segment.

[`UISegmentedControlSegmentLeft`](/documentation/UIKit/UISegmentedControl/Segment/left)

The capped, leftmost segment.

[`UISegmentedControlSegmentCenter`](/documentation/UIKit/UISegmentedControl/Segment/center)

Any segment between the left and rightmost segments.

[`UISegmentedControlSegmentRight`](/documentation/UIKit/UISegmentedControl/Segment/right)

The capped, rightmost segment.

[`UISegmentedControlSegmentAlone`](/documentation/UIKit/UISegmentedControl/Segment/alone)

The standalone segment, capped on both ends.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)