pretty simple question.
Is there a notification or delegate-type method to tell when a UICollectionViewCell object is displayed?
For iOS 8 and higher you can use willDisplayCell of UICollectionViewDelegate
- (void)collectionView:(UICollectionView *)collectionView willDisplayCell:(UICollectionViewCell *)cell forItemAtIndexPath:(NSIndexPath *)indexPath
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With