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

Localization issue #4

Open
Arbaz6786 opened this issue Jan 3, 2018 · 1 comment
Open

Localization issue #4

Arbaz6786 opened this issue Jan 3, 2018 · 1 comment

Comments

@Arbaz6786
Copy link

When I am doing fro Arabic it should open form Right but its opening from left side only.

Can you check and give solution for this

@RanaAliWaseem72
Copy link

in class KSideMenuVC add these lines in func setUp()
if sharedManager.getArabic()
{
self.distanceOpenMenu = -self.view.frame.size.width+(self.view.frame.size.width/3);
}
else
{
self.distanceOpenMenu = self.view.frame.size.width-(self.view.frame.size.width/3);
}
shareManager is singalton class

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