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.
I was looking for how I could show a view controller(right or left). I found this issue: #158
I knew how it could be solved. Still I went there for a better solution than having to call a method with an argument that's inside the instance that the method is being called in the first place(understand?).
I was looking for how I could show a view controller(right or left). I found this issue: #158
I knew how it could be solved. Still I went there for a better solution than having to call a method with an argument that's inside the instance that the method is being called in the first place(understand?).
Shouldn't this become a feature request?
Something like:
[self.revealController showLeftViewController];
Which would be syntax suggar for:
[revealController showViewController:revealController.leftViewController];
What you guys think?
The text was updated successfully, but these errors were encountered: