Skip to content

4.7.1 Right-to-left language support

Compare
Choose a tag to compare
@s4cha s4cha released this 04 Nov 12:01
· 87 commits to master since this release

⚠️ Warning, this release adds support for RTL languages which represents quite a big change. If you use this version, make sure to check you app for any layout issue and please report them :)

  • Visual format now supports right-to-left language meaning |-20-myview means myView is pinned to the right in a right-to-left language environment.
  • Adds leading trailing support in the chainable api.

Debug Tip

You can force RTL rendering by using view.semanticContentAttribute = .forceRightToLeft in your view.