-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Change tab and push to current navigation stack #109
Comments
@projectfebr Hi Would love to help but I need a bit more details. First, SearchViewController. Is it a standalone view controller or you want to present UIKits default UISearchController within CatalogController. |
|
@projectfebr |
@projectfebr Any update? |
@ekazaev sorry. I need to switch the tab, create SearchViewController and push it to the navigation stack without changing all other VCs. This |
Hello! Need help.
UITabBarController with two tabs: main page and catalog.
Let's say the current stack of controllers in the catalog is:
UINavigationController -> MainCatalogController -> CatalogController -> CatalogController.
While on the main tab, I need to go to the catalog tab, create a new SearchViewController and push it to the catalog navigation stack.
I didn't find anything like this in the example
The text was updated successfully, but these errors were encountered: