Convert your iOS app LTR to RTL
Suppose you want to convert your application from LTR to RTL.Follow these Steps:-
Note: – You don’t have to set leading and trailing spaces.
- open your application.
- then go to menu bar of Xcode.
- click on product.
- choose scheme under Product.
- click on Edit scheme….
- click on Run, choose options.
- In options choose Application Language.
- In drop down choose Right to Left PseudoLanguage.
- Now run your app.your app is now running in RTL.