dequeuereusablecellwithidentifier专题

(0069)iOS开发之dequeueReusableCellWithIdentifier的两个方法的区别

参考:http://www.jianshu.com/p/ce0cdb1bf20b :http://blog.csdn.net/mandmg/article/details/52456862 if (fobject) 是BOOL变量 if (fobj != nil)是指针或者是值  这就是规范。如果你注册过Cell,在没有可用的cell时,前者会返回nil;而后者永远都会