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.
有没有办法在特定的 ViewController 中禁用从右到左?我尝试将语义内容属性强制为从左到右,但它不起作用。
self.view.semanticContentAttribute = .forceLeftToRight
在您的视图中添加此代码确实加载了-:
UIView.appearance().semanticContentAttribute = .forceLeftToRight