You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Hi All
I'd like to use AHTabBarController with multiple navigations controllers, basically one navigation controller per top level tab.
Sub tabs, when clicked should be able to push a new view controller to the navigation controller of the current selected tab.
I'm not using storyboards, I then used the branch where we can set the view controller using viewControllerForSubItem function.
Any advise to be able to do the above would be appreciated.
Thanks !