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
{{ message }}
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
Hello
I'm creating a PKRevealController and, then, I'm resetting its FrontView and its LeftView.
self.revealViewController = [PKRevealController revealControllerWithFrontViewController:frontViewController
leftViewController:nil
rightViewController:nil];
[self.revealViewController setFrontViewController:[[HomeViewController alloc] init]];`
[self.revealViewController setLeftViewController:[[MenuViewController alloc] init]];
Then, if I open the left view and do a swipe, it acts as if the left view wasn't existing.
Can someone help me ?
Thanks.
The text was updated successfully, but these errors were encountered: