Upgraded app to iOS 7 - error “Auto Layout on iOS Versions prior to 6.0” (but want iOS 7 not older)

前端 未结 7 1670
情话喂你
情话喂你 2021-02-01 13:41

I have an iOS app that worked well on all devices in iOS 6.

I recently upgraded my xcode to version 5.0 and tried to build the same app for iOS 7 on an iPhone 5.

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-01 14:00

    Autolayout is a feature of iOS6.0 and later, If you need to support iOS 5, don't use auto layout.

    https://developer.apple.com/library/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS6.html#//apple_ref/doc/uid/TP40011812-SW1

    Please go through above doc, and check "What's new in iOS6.0" and serach for "Auto layout"

    https://discussions.apple.com/message/19879144#19879144

提交回复
热议问题