You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: