Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in Swift4 #13

Closed
vaibhav319 opened this issue May 8, 2018 · 2 comments
Closed

Issue in Swift4 #13

vaibhav319 opened this issue May 8, 2018 · 2 comments

Comments

@vaibhav319
Copy link

When we change current Language to another language (english to arabic), it works fine . but now when we change language to previous one.(arabic to english) Its not working fine. UIApplication.isRTL() is false first time, when we change language , UIApplication.isRTL() is now true. but now when we change no matter in which language UIApplication.isRTL() is always true. but when we quit app and start it will change value give false and all wil work good. Can you please update it for Swift 4 or provide me the solution ?

@MoathOthman
Copy link
Owner

@vaibhav319I would suggest not to use UIApplication.isRTL() , and to use MOLHLanguage.isRTLLanguage(). please let me know if it helps

@MoathOthman
Copy link
Owner

release 0.2.0 is updated to swift 4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants