iOS 6 UI失真

iOS 6 UI失真

问题描述:

我已经在iOS 7的xCode 5上创建了我的应用程序。当我在iOS 6上测试我的应用程序时,我发现整个UI都被扭曲了。我不能使用自动布局,因为我也必须支持iOS 5。还有其他方法吗?

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?

您可以使用IOS 6/7 Deltas来布局您的UIComponents。

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

您可以参考以上链接。