美文网首页
UICollectionView初步使用

UICollectionView初步使用

作者: 碧玉小瑕 | 来源:发表于2017-08-10 18:58 被阅读18次

以上是VC中主要代码,有坑的地方:

1.[self.collectionViewregisterNib:[UINibnibWithNibName:@"WhiteBarPaymentCollectionViewCell"bundle:[NSBundlemainBundle]]forCellWithReuseIdentifier:@"WhiteBarPaymentCollectionViewCell"];

如果是用XIB 自定义的cell,这行代码不可或缺

//[self.collectionView registerClass:[WhiteBarPaymentCollectionViewCell class] forCellWithReuseIdentifier:@"WhiteBarPaymentCollectionViewCell"];

这行代码不可打开。

2.cell.backgroundColor= [UIColorwhiteColor];

开始没设置这行代码,cell一直显示不出来。

相关文章

网友评论

      本文标题:UICollectionView初步使用

      本文链接:https://www.haomeiwen.com/subject/dbfkrxtx.html