Reputation: 21
How could I create a custom tabbar control similar to segment control at a bottom?
On the bottom, there are three tabs (tab1,tab2 and tab3). Tab show like segment control. Every segment index is selected, the navigation bar show will have different views.
Any help or insight into how to achieve this would be great.
Upvotes: 1
Views: 2506
Reputation: 20541
you can use Images like you want to set as a background of your UITabBar
...
otherwise use custom UITabBarController
, see bellow some links..
Custom TabBar /// see this links with many types of UITabBar..
i hope this help you..
Upvotes: 1