...
To inject your own navigation bar view, pass your navigation view controller to GiniConfiguration.shared.customNavigationController
. Then the view from the custom navigation view controller is displayed on all screens as the top navigation bar.
Bottom navigation bar
You can opt to show a To enable your bottom navigation bar. To enable it, pass true
to GiniConfiguration.shared.bottomNavigationBarEnabled
.
...