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

added support for Main & Specific controller #247

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Burnie777
Copy link

Main…
I have many cases where my main menu is not the root controller… In the
case of this update, my Main controller is after a load screen which
makes the app load faster in the long run…

Specific controller…
I also needed to just hide a menu on a specific screen and show another
view from there. Thus I added this for a bit of comfort in the whole
process…

Main…
I have many cases where my main menu is not the root controller… In the
case of this update, my Main controller is after a load screen which
makes the app load faster in the long run…

Specific controller…
I also needed to just hide a menu on a specific screen and show another
view from there. Thus I added this for a bit of comfort in the whole
process…
@Burnie777
Copy link
Author

The index of the main controller is currently set to 1, if your main controller is not 0(which popToRoot will also work for) or 1(current main setup), the index can just be changed to any index you need...

@Burnie777 Burnie777 closed this Jul 19, 2017
@Burnie777 Burnie777 reopened this Jul 19, 2017
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

Successfully merging this pull request may close these issues.

1 participant