I have a UIViewController that contains a UITabBarController with three tabs (each tab being a UINavigationController).
The problem that I am having is that in the simulator and the device, going from one tab to another takes a few seconds. I do not (yet) have a way to measure how long it takes, however, it is noticeable.
I wanted to understand how I can make my UITabBarController more responsive. Is the solution to implement my own UITabBarController??