摘要:
UIViewController是iOS顶层视图的载体及控制器,用户与程序界面的交互都是由UIViewController来控制的,UIViewController管理UIView的生命周期及资源的加载与释放。 阅读全文
posted @ 2014-07-25 17:10
CoderWayne
阅读(15094)
评论(0)
推荐(4)
摘要:
main函数探究在iOS项目中有一个main.m的文件,它是程序的入口类,代码如下:#import #import "AppDelegate.h"int main(int argc, char * argv[]){ @autoreleasepool { return UIAppl... 阅读全文
posted @ 2014-07-25 16:46
CoderWayne
阅读(8506)
评论(1)
推荐(0)

浙公网安备 33010602011771号