soffes / sstoolkit

A collection of well-documented iOS classes for making life easier
MIT License
3.31k stars 573 forks source link

Problems with SSCollectionView #158

Closed teonivalois closed 11 years ago

teonivalois commented 11 years ago

reloadData should not be executed if no datasource or delegate is set.

soffes commented 11 years ago

I feel like this used to be here and I removed it for some reason. Can't remember why though. It makes sense to me.

By the way, you should really switch to PSTCollectionView if you're on < iOS 6.0 or UICollectionView if you're on iOS 6.0.