I found an open source project (link here) that I need to implement in my next project. The problem is that the framework is setup as a storyboard project, which I will not use. I have problems in converting this project to a non-storyboard, non .xib project. I asked already some help in the comments of another SA question and on the gitpage of this framework but time is shrinking.
I keep getting this error: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'could not dequeue a view of kind: UICollectionElementKindCell with identifier RPSlidingCellIdentifier - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
even though the class/nib is registered.
A push in the right direction would be appreciated a lot. I added my test project to my dropbox for your convenience.
The Cell class gets registered in RPSlidingMenuViewController.m viewDidLoad