iOS 6 UI distorted [closed]

北慕城南 提交于 2019-12-03 00:39:35

问题


I have created my app on xCode 5 for iOS 7. When I test my app on iOS 6 I find the entire UI to be distorted. I cant use autolayout since I have to support iOS 5 as well. Is there any other way out?


回答1:


You can use IOS 6/7 Deltas to layout Your UIComponents.

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TransitionGuide/SupportingEarlieriOS.html#//apple_ref/doc/uid/TP40013174-CH14-SW1

You can refer above link.



来源:https://stackoverflow.com/questions/19493061/ios-6-ui-distorted

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