简体   繁体   中英

Positioning of Tab Bar in iOS 5 and iOS 6

I am making app in iphone. I had used the tab bar. My app support both iOS 5 and iOS 6.

But if i make app screens in Retina 4 than my tab is not in position. The screenshot is given below

在此处输入图片说明

在此处输入图片说明

If you are using Autolayout check if the tabbar has a constraint to be on the bottom. If not check wether the tabbar is "fixed" on the bottom with the autoresize feature of your View.

This is the Autoresize Feature but not correct for your tabbar your tabbar would need the bottom restriction 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM