2020年4月16日
摘要: dequeueReusableCellWithIdentifier:和dequeueReusableCellWithIdentifier:forIndexPath:的区别!! 如果你注册过Cell,在没有可用的cell时,前者会返回nil;而后者永远都会从注册的nib或者class中替你创建一个可用 阅读全文
posted @ 2020-04-16 10:46 wp7ers 阅读(649) 评论(0) 推荐(0)