3Squared / SQKDataKit

Lightweight Core Data helper to reduce boilerplate code.
MIT License
19 stars 6 forks source link

Make SQKFetchedCollectionViewController a subclass of UICollectionViewController #80

Open djyates opened 8 years ago

djyates commented 8 years ago

It is currently a subclass of UIViewController. Making it a subclass of UICollectionViewController would simplify the initialisation of the collectionView, as it will be done automatically and so work better with storyboards.