I\'m getting the error ...
*** Assertion failure in -[UICollectionView _dequeueReusableViewOfKind:withIdentifier:forIndexPath:], /SourceCache/UIKit/UIKit-237
Been reading the docs (should possibly have done this first :) )
Anyway, the collectionView I am using is within a separate xib file (not a storyboard) and from the docs...
Important: You must register a class or nib file using the
registerClass:forCellWithReuseIdentifier: or
registerNib:forCellWithReuseIdentifier: method before calling this method.
Thanks