Nihal Sharma
Nihal Sharma

Reputation: 2437

How to customize the tab bar of a UITabBarController?

I have an iPad project using UITabBarController. I want to customize tab bar which shows up in the bottom. I want to create tabs of equal length, which is not a default case. If you create 3 tabs, the middle one is given a little space and the other two taking up lot of space. How to make these three tabs of equal length?

Upvotes: 1

Views: 242

Answers (1)

0xSina
0xSina

Reputation: 21583

Check out JBTabBarConroller. It gives you a lot of control over the tab bar that gets displayed. You can customize it easily to make the distances be equal.

Upvotes: 0

Related Questions