If you’re still having issues, feel free to post up and send us a GitHub link to a sample project exhibiting this behavior. Setting up a UICollectionView fairly straight-forward; something’s being overlooked here.
Dan > On Mar 9, 2016, at 5:55 PM, Daniel Stenmark <[email protected]> wrote: > > Did you set the prototype cell’s Reusability Identifier? > > http://i.imgur.com/1uLxYPo.png > > Dan > > On Mar 9, 2016, at 5:29 PM, Rick Mann > <[email protected]<mailto:[email protected]>> wrote: > > > On Mar 9, 2016, at 16:05 , Daniel Stenmark > <[email protected]<mailto:[email protected]>> wrote: > > Because I want all the benefits the specific view controller gives me, namely > the ability to build the cells right in the view. > > What’re you talking about? You can still build custom UICollectionView cells > right into the view when using a plain old UIViewController. > > Yeah, it doesn't seem to work to do this. If you have it working, how? When I > call dequeueReusableCellWithReuseIdentifier(), it asserts. > > > -- > Rick Mann > [email protected]<mailto:[email protected]> > > > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > Please do not post admin requests or moderator comments to the list. > Contact the moderators at cocoa-dev-admins(at)lists.apple.com > > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/cocoa-dev/dstenmark%40opentable.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
