我想覆盖UICollectionViewCell
的init方法,但它永远不会被调用。
我通过[collectionView dequeueReusableCellWithReuseIdentifier:@"CellIdentifier" forIndexPath:indexPath];
所以我尝试了init, initWithFrame, initWithCoder
,但这对我没有帮助。
我能在例如apple docs UICollectionViewCell
生命周期中看到吗?因为我还没找到它。