<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIVerticalBarEdge",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIVerticalBarEdge"
  },
  "title" : "UIVerticalBarEdge"
}
-->

# UIVerticalBarEdge

The edge where the system places the vertical bar.

```
enum UIVerticalBarEdge
```

## Topics

### Getting the edge values

[`case leading`](/documentation/UIKit/UIVerticalBarEdge/leading)

The vertical bar is on the leading edge.

[`case trailing`](/documentation/UIKit/UIVerticalBarEdge/trailing)

The vertical bar is on the trailing edge.

[`case unspecified`](/documentation/UIKit/UIVerticalBarEdge/unspecified)

The system has no preferred edge for the vertical bar.

### Initializers

[`init?(rawValue: Int)`](/documentation/UIKit/UIVerticalBarEdge/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)