Ortensia C.
Ortensia C.

Reputation: 4716

An app designed for ios sdk 6, I can test it on an iPad1?

In my app everything works, if I change the "Deployment Target" to 5.1 change anything? I have to remove all the autolayout?

Upvotes: 0

Views: 71

Answers (2)

Giovanni
Giovanni

Reputation: 257

Just adding to samfisher's answer, you have to go inside each .xib file, then go to the right utilities bar, and the first tab (file inspector), and then uncheck the "Use autolayout".

Upvotes: 0

Saurabh Passolia
Saurabh Passolia

Reputation: 8109

YES you have to remove autolayout and ios 6 specific api calls as well

Upvotes: 1

Related Questions