简体   繁体   中英

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM