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
I used localization in my app to support arabic and english , so I'm checking in my code if the language is arabic then setting the right and rear ,if english setting the right and rear also , so in english when I swipe from right it come with part of main view and crach , the same thing in arabic when swipe from left , I commented the line of pan gesture now to only open from button but I want to solve this
The text was updated successfully, but these errors were encountered:
My problem is I'm Using only one button, and the view is changing in the localizer file , it works fine after changing language but when swiping opposite to language allignment it opens another sidemenu but with copy of the home screen so it enters loop and crash
// Implement this to return NO when you want the pan gesture recognizer to be ignored
- (BOOL)revealControllerPanGestureShouldBegin:(SWRevealViewController *)revealController;
Return NO if the direction of the gesture (velocityInView.x) is not the good one.
I used localization in my app to support arabic and english , so I'm checking in my code if the language is arabic then setting the right and rear ,if english setting the right and rear also , so in english when I swipe from right it come with part of main view and crach , the same thing in arabic when swipe from left , I commented the line of pan gesture now to only open from button but I want to solve this
The text was updated successfully, but these errors were encountered: