Skip to content

Usage `UIView.effectiveUserInterfaceLayoutDirection` to detect RTL

Compare
Choose a tag to compare
@lucdion lucdion released this 16 Sep 20:23
· 214 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.