Axil
Axil

Reputation: 3311

how to prevent xcode5 from switching over to ios7 layout

Is it possible to have xcode5 preserve my ios6 project ? I was told it might be possible but i cant get it to work.

Whenever I use my ios6 project on xcode5, the whole UI layout gets messed up because of the topbar. Only way to solve this is to use another laptop with xcode 4.6 on my ios7 device.

The question is how can I run my ios6 project on xcode5 without wanting it to convert into ios7 layout/sdk ?

Thanks.

Upvotes: 1

Views: 380

Answers (1)

Hai Hw
Hai Hw

Reputation: 1447

Open the project file on Xcode 5. Then:

Open file inspector for each xib On "Interface Builder Documents" section change "Open with" to Xcode 4.6 (if it's 5.0). and "View As" to iOS 6 or earlier

Upvotes: 1

Related Questions