Is there any way how I can create a UITabBar with options such as Home, Search and Login and display these on all the pages including those without a UITabBarItem? For instance, on my Shopping Cart view I will have the UITabBar (with Home, Search and Login) but without a UITabBarItem for the Shopping Cart?
Is this possible?
Thanks in advance!
You can simulate an UITabBar using custom UIButtons.
I’m using this technique in an app I’m developing at the moment because I want certain effects (like fading) when switching between different views.