06 2016 档案

摘要:区别 对于dequeueReusableCellWithIdentifier:forIndexPath,如果没有为复用id注册一个class 或者nib的话,程序会崩溃(crash); 对于dequeueReusableCellWithIdentifier,如果没有复用id注册class或者nib, 阅读全文
posted @ 2016-06-30 23:56 明明1109 阅读(1352) 评论(0) 推荐(0) 编辑
摘要:当xcode提示以下错误时,很可能的原因是由于ViewController中的View在Controller中连接了outlet,然后又删除了Controller中对应的属性,导致xcode找不到这个属性而报错。 [UILabel copyWithZone:]: unrecognized selec 阅读全文
posted @ 2016-06-16 01:06 明明1109 阅读(1279) 评论(0) 推荐(0) 编辑
摘要:实例化 alloc/init, initWithNibName awakeFromNib 从nib创建Controller对象 get/set outlets viewDidLoad (几何内容确定时 才进入)viewWill/DidLayoutSubViews viewWill/DidAppear 阅读全文
posted @ 2016-06-15 23:40 明明1109 阅读(690) 评论(0) 推荐(0) 编辑