Reputation: 1309
I want to customize the UITabBar in order to have a tab in the middle that has curved border on top and slightly greater height than the other tabs, the idea might look like this http://grazsecrets.at/ , the only difference is that it uses a logo.
Upvotes: 1
Views: 1274
Reputation: 57149
There’s a great article on how to achieve this effect with an otherwise standard UITabBar over at iDev Recipes. For an entirely customized one à la Grazsecrets, though, you’ll need to roll your own custom solution with a row of UIButtons.
Upvotes: 2