<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPageControl/Direction-swift.enum/natural",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIPageControlDirection@UIPageControlDirectionNatural"
  },
  "title" : "UIPageControl.Direction.natural"
}
-->

# UIPageControl.Direction.natural

A direction that infers the lay out from the system’s locale.

```
case natural
```

## Discussion

Use this case to lay out the page control’s indicators in the natural direction of the system’s locale. By default, this means [`UIPageControl.Direction.leftToRight`](/documentation/UIKit/UIPageControl/Direction-swift.enum/leftToRight) for left-to-right languages and [`UIPageControl.Direction.rightToLeft`](/documentation/UIKit/UIPageControl/Direction-swift.enum/rightToLeft) for right-to-left languages.

---

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)