Can I use the style of iOS 6 UITabBar?

北城余情 提交于 2019-12-24 07:59:33

问题


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)


回答1:


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



来源:https://stackoverflow.com/questions/13699593/can-i-use-the-style-of-ios-6-uitabbar

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!