I am following this tutorial. It has me using Nibs/Xibs(?) as opposed to storyboards or a programmatic approach. I have followed the tutorial up until the first build but instead of properly compiling I get a message in the console and instead of a proper collection view with 200x200 cells I get one button that crashing the app if clicked.
Unknown class _TtC4test3box in Interface Builder file.
I wonder if it is how I setup my xibs which is causing the problem as I am not very familiar with the graphical elements in xcode like xibs or storyboard.
I'd like to know how to approach this. If more info is needed I can upload the project to github.