Convert Storyboard to XIB

荒凉一梦 提交于 2019-12-10 17:13:27

问题


I created an app using the iOS 5 Storyboard feature, and have decided I would like it to also run on iOS 4. How can I convert my Storyboard (Which only contains one ViewController) into an XIB? Also, will ARC compile for iOS 4?


回答1:


I don't think there is an automatic way to go from storyboard to xib. i think you will need to make the nibs and copy paste.

ARC will run on iOS 4. The compiler inserts the necessary extra code to free memory for you. ARC works from 4.0 on.



来源:https://stackoverflow.com/questions/8920233/convert-storyboard-to-xib

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!