标签:reloadData

UICollectionView使用reloadData()方法之后,Cell 里面的控件报错找不到

UICollectionView使用reloadData()方法之后,Cell 里面的控件报错找不到

func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell{         NSLog("\(indexPath.row)")         let col……