update tab bar height in iOS 7/8 from iOS 6 - UITabBar

我只是一个虾纸丫 提交于 2019-12-06 12:58:41

问题


I am updating an app that was written for previous iOS (5/6). I have updated the icons for the tab bar; according to the Apple requirements (Icon and Image Sizes) they are 50x50p for all devices except the iphone 6 plus. Unfortunately also my tab bar is 49 pixels in height (keep still the iOS6 size) and the icons cover its entire space. This tab bar (UITabBar) was created in the Interface builder but I am not able to change "size inspector" values. iOS 6/7 Deltas values don't do anything.

I have setted the Deployment Target to iOS 7.1 and Base SDK to 8.0

How can i change/increase the tab bar height like in iOS 7/8?

来源:https://stackoverflow.com/questions/26218094/update-tab-bar-height-in-ios-7-8-from-ios-6-uitabbar

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