Is there any way to disable Right-to-Left in specific ViewController? I have tried forcing semanticContentAttribute to Left-to-Right but it is not working.
self.view.semanticContentAttribute = .forceLeftToRight
Is there any way to disable Right-to-Left in specific ViewController? I have tried forcing semanticContentAttribute to Left-to-Right but it is not working.
self.view.semanticContentAttribute = .forceLeftToRight
Copyright © 2021 Jogjafile Inc.
Add this code in your view did load -: