Clancey / FlyoutNavigation

Other
95 stars 87 forks source link

How to Programmatically Jump to Another Screen? #42

Closed stesvis closed 10 years ago

stesvis commented 10 years ago

I was previously using a UINavigationController to switch between screens. With FlyoutNavigation, how can I change screen without tapping directly on the navigation menu? Let's say I press a button in my current screen that should take me to another screen.. Thanks

Clancey commented 10 years ago

Just set the selected index on the navigation

stesvis commented 10 years ago

Thanks,

and how to redirect to a screen that is not in the menu list? Is there an equivalent of "NavigationController.PushViewController"?

Clancey commented 10 years ago

This was not designed as a 2deep menu. It was designed for all pushing to be done at the content level. That being said, you have the source so you can change it if you need to.