Is it possible to added same FirstViewController class to UITabBarController -> tabBar -> 4 items added.
ZeroTabBarController -> FirstViewController -> FirstViewController -> ThirdTabBarController.
Is it possible to added same FirstViewController class to UITabBarController -> tabBar -> 4 items added.
ZeroTabBarController -> FirstViewController -> FirstViewController -> ThirdTabBarController.
Copyright © 2021 Jogjafile Inc.
Yes, you can do what you are trying to do.
To achieve this, you have to trick it little bit.
Below is what you will structure
Now in
DummyOneVC, inviewWillAppearyou will transition toFirstVCbut without animation so that user will not know what you are doing behind.DummyOneVC