-3

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?

4

1 回答 1

4

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

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

你可以参考上面的链接。

于 2013-10-21T11:22:59.517 回答