摘要:
1. 使用Window-Based Application模板新建一个工程,例如名称是ttt2. 添加UIViewController 从classes中添加新文件,选UIViewController模板(根据情况可以选中UITableViewController),要建立相应的.h和.xib文件,这样会建立出aaaViewController.m, aaaViewController.h, aaaViewController.xib三个文件 xib的文件名中包含有controller这个单词不太舒服,将aaaViewController.xib重命名为aaaView.xib 总共有几个... 阅读全文
posted @ 2011-07-11 16:15
申龙斌的程序人生
阅读(1112)
评论(0)
推荐(0)
摘要:
directoryContent = [[NSFileManager defaultManager] directoryContentsAtPath:strDirectory];上面这个方法也过时了,要用下面这行代码:directoryContent = [[NSFileManager defaul... 阅读全文
posted @ 2011-07-11 14:47
申龙斌的程序人生
阅读(220)
评论(0)
推荐(0)

浙公网安备 33010602011771号