Files
IGListKit/IGListKit.xcodeproj
Andrew Monshizadeh 885e886496 Protocolize interface IGListKit needs to manage an object
Essentially this duplicates the interface that IGListKit uses from UICollectionView and makes it a protocol. Many of the methods are pretty generic; however, a few are pretty specific to UICollectionView and the various objects it uses like UICollectionViewCell and UICollectionReusableView. These have been converted to a `__kindof UIView` for the time being.
2017-05-09 15:11:10 -04:00
..
2016-10-11 10:12:17 -04:00