将故事板转换为XIB [英] Convert Storyboard to XIB

查看:80
本文介绍了将故事板转换为XIB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用iOS 5 Storyboard功能创建了一个应用程序,并决定我也想在iOS 4上运行。如何将我的Storyboard(只包含一个ViewController)转换为XIB?另外,ARC会为iOS 4编译吗?

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?

推荐答案

我不认为有从故事板到xib的自动方式。我认为你需要制作笔尖并复制粘贴。

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将在iOS 4上运行。编译器会为您释放必要的额外代码以释放内存。 ARC从4.0开始工作。

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

这篇关于将故事板转换为XIB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆