Since iOS human interface guideline does not recommend put tab bar on the top, I am wondering what's the possible implementation for a Safari bookmark manager like below.
How to switch views instantly when I tap a button on the tab bar? The manager itself should be a container view
, but how to add three views and change instantly? It would be helpful if there is any sample code.
The thing at the top is not a tab bar. It is a segmented control. So this could be a tab bar controller with no tab bar, driven from the segmented control. But it has a nav bar and a toolbar so it is more likely just a single navigation controller with swapping tables and other interface.