@AquariusGX

QQ:651572770 加我请注明来意。 twitter: @aquariusgx

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年4月11日

摘要: 没有 nib 的 iphone程序Interface Builder 开始用还觉得酷炫浮华,越用越觉得不对劲,对于刚开始学写 iphone 程序,没有帮助理解代码,反而隐藏了需要知道的内容,然后用线连啊连,连着连着就晕了。另外,重点是,牛人都直接用代码写 GUI 的啊 XD。刚才试了一下不用 nib,只用敲 code,真的可以耶。步骤如下:1. 新建一个 Window-Based Application 项目2. 删掉 MainWindow.xib文件3. 删掉 Info.plist 里面的 Main nib file base name 属性4. 把 main.m 文件中的 UIApplic 阅读全文
posted @ 2011-04-11 23:05 aquariusgx 阅读(427) 评论(0) 推荐(0) 编辑