-1

有没有办法在特定的 ViewController 中禁用从右到左?我尝试将语义内容属性强制为从左到右,但它不起作用。

self.view.semanticContentAttribute = .forceLeftToRight
4

1 回答 1

-1

在您的视图中添加此代码确实加载了-:

 UIView.appearance().semanticContentAttribute = .forceLeftToRight
于 2021-10-08T11:32:09.210 回答