NavigationView help...
-
With a ui.NavigationView, is there a way to do any of the following:
- Modify the items in the top bar of the navigation view, NOT the one that I hide in
present(hide_title_bar=1)
- Programatically modify which item is shown on the stack
- Have a forward button as well as a back button
The whole class is fairly poorly documented
- Modify the items in the top bar of the navigation view, NOT the one that I hide in
-
IIRC the
NavigationView
inherits the toolbar buttons of the view that is currently on the top of the navigation stack.
-
Thanks a lot! I'll look into this.