phoenix13

导航

 

2012年2月6日

摘要: http://www.cnblogs.com/dotey/archive/2011/06/09/2075954.html第二个iPhone应用程序:“Say Hello”http://edenhe.me/2011/04/28/uiwindow-uiview%E5%92%8Cuiviewcontroller/UIWindow, UIView和UIViewControllerhttp://www.cnblogs.com/ternastone/archive/2011/11/10/2244460.htmlIOS开发笔记(七)---对iOS多视图开发的补充(针对XCode4.2开发环境,http:// 阅读全文
posted @ 2012-02-06 17:17 phoenix13 阅读(557) 评论(0) 推荐(0) 编辑
 
摘要: 新建一个Empty Application,再上面建一个viewController。1.新建一个Empty Application,只有一个appDelegate类。2.再新建一个group名叫first,在这个group下新建一个UIViewController的子类。3.添加代码在AppDelegate.h中添加代码:#import "firstViewController.h"@property (strong, nonatomic) firstViewController *fvc;在AppDelegate.m中添加代码:@synthesize fvc;在AppD 阅读全文
posted @ 2012-02-06 17:01 phoenix13 阅读(593) 评论(0) 推荐(0) 编辑