Skip to content

Usage `UIView.effectiveUserInterfaceLayoutDirection` to detect RTL

Choose a tag to compare

@lucdion lucdion released this 16 Sep 20:23
· 229 commits to master since this release
  • Use UIView.effectiveUserInterfaceLayoutDirection to detect RTL on iOS 10 and above. This is recommended approach to detect layout direction taking into account view's semantic content attribute, trait environment and UIApplication layout direction.
  • Update Travis to Xcode 11.