---
title: UISplitViewController.PrimaryEdge.trailing
framework: uikit
role: symbol
role_heading: Case
path: uikit/uisplitviewcontroller/primaryedge-swift.enum/trailing
---

# UISplitViewController.PrimaryEdge.trailing

Place the primary view controller on the trailing edge of the interface.

## Declaration

```swift
case trailing
```

## Discussion

Discussion In an interface that is oriented left-to-right, this value corresponds to the right side of the split view interface. For right-to-left interfaces, the trailing edge is on the left side.

## See Also

### Constants

- [UISplitViewController.PrimaryEdge.leading](uikit/uisplitviewcontroller/primaryedge-swift.enum/leading.md)
