Search code examples
iosios6uitabbar

Can I use the style of iOS 6 UITabBar?


In iOS 6, the UITabBar has a different style (like in the App Store). Is it a predefined style that we can use or is it just a customized tab bar? I had a look at the UITabBar reference but I didn't find anything that looks like predefined style.

Edit:

I just made a new tab bar app using iOS 6 SDK, targeting only iOS 6 and the tab bar style is the old one.

The style I get :


(source: apple.com)

The style I would like to get :


(source: apple.com)


Solution

  • You can customise the tabbar via appearance available in iOS 5+