我在 StoryBoard 内的 UITableView 中创建了一个自定义单元格,但它始终返回值不是 NULL(NIL)
eg: CustomCell *cell = (CustomCell *)[tblView dequeueReusableCellWithIdentifier:identifier];
NSLog(@"%@",cell);
it return --> <CustomCell: 0x8352480; baseClass = UITableViewCell; frame = (0 0; 320 84); opaque = NO; autoresize = RM+BM; autoresizesSubviews = NO; layer = <CALayer: 0x834f680>>
我不知道为什么,我认为当单元格不值时 customCell 返回 nil ;
有人说为什么,为什么 customCell 不是 nil
谢谢