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
Add this code in your view did load -: