摘要: @interface ViewController ()<UITableViewDataSource, UITableViewDelegate> @property (nonatomic , retain)UILabel *lable; @end @implementation ViewContro 阅读全文
posted @ 2016-04-08 16:22 枫锅锅 阅读(426) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. _tableView = [[UITableView alloc]i 阅读全文
posted @ 2016-04-08 16:19 枫锅锅 阅读(2523) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. #warning 1.队列概念 // FIFO队列 :即先进先出 / 阅读全文
posted @ 2016-04-08 16:15 枫锅锅 阅读(136) 评论(0) 推荐(0) 编辑