developmentLayoutDirection
The direction of the language you used when designing your custom layout.
Declaration
var developmentLayoutDirection: UIUserInterfaceLayoutDirection { get }Discussion
The default value of this property is the layout direction used by the language associated with the main bundle’s development region. Subclasses may override this property and return a different value.