UIPageControl.Direction.natural
A direction that infers the lay out from the system’s locale.
Declaration
case naturalDiscussion
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 for left-to-right languages and UIPageControl.Direction.rightToLeft for right-to-left languages.