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

Preserve view controller #23

Open
Andrei0795 opened this issue Aug 21, 2015 · 0 comments
Open

Preserve view controller #23

Andrei0795 opened this issue Aug 21, 2015 · 0 comments

Comments

@Andrei0795
Copy link

Hey! Amazing control. Very useful for many types of apps.
I was wondering about something that could help me a lot. If I select a child view controller(let's say A) for the container, and then I select another view controller(let's say B), I would like to know if it's possible to return to the same view controller A(using the menu) without creating a new view controller. Basically, every time I move from one view to another using the menu, a new controller appears and the old one is released. I found the DropdownMenuSegue class but because I'm quite new to objective C, I don't know how to preserve my view controllers. I need to keep them because my view controllers are in fact navigation controllers and I wouldn't like to lose the current view when I select a menu item and then come back.
Help would be much appreciated. Thanks!

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

1 participant