问题
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