Anyway to hack into UICollectionView to call willDisplayCell delegate method, when displaying cell?
I need this for lazy loading, and I'm doing it nice with UITableView, but officially UICollectionView doesn't have that kind of delegate method.
So, any ideas? Thanks!