在適配中東阿拉伯語(yǔ)言的環(huán)境下想幻,我們可能需要用到RTL布局链韭,有兩個(gè)布局方式如下:
1.1storyboard布局
選中Force Right-to-Left 就是RTL布局了。
2.1純代碼布局
可以在ViewController的基類里面加入以下代碼
[UIView appearance].semanticContentAttribute = UISemanticContentAttributeForceRightToLeft;
[UISearchBar appearance].semanticContentAttribute = UISemanticContentAttributeForceRightToLeft;
self.navigationBar.semanticContentAttribute = [UIView appearance].semanticContentAttribute;