Sneha
Sneha

Reputation: 21

How could I create a custom tabbar similar to segment control?

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

Answers (1)

Paras Joshi
Paras Joshi

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..

  1. custom-uitabbarcontroller-for-the-iphone

  2. iphone-app-implement-a-custom-tab-bar

  3. how-to-make-tabbar-in-iphone-sdk code

  4. RXCustomTabBar

  5. Custom TabBar /// see this links with many types of UITabBar..

i hope this help you..

Upvotes: 1

Related Questions