Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 UIText 视图。默认情况下,当文本溢出时,它有滚动条,并在右侧显示滚动条指示器。但是在理想情况下使用阿拉伯语时,我希望它位于 UITextView 的左侧。有没有办法在 iOS 中做到这一点?
使用自动布局:
来自苹果文档: Cocoa Auto Layout 允许各个视图声明自己的首选大小,这意味着如果标签的文本发生更改,您不必指定新的布局 - 例如,由于本地化,如右侧窗口所示。您甚至不必为像希伯来语和阿拉伯语这样的语言指定新的布局,其中元素本身的从左到右的顺序通常应该颠倒。
https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/AutolayoutPG/Articles/Introduction.html