I followed all the steps correctly and my project is building successfully but I continue to receive this error right before the view loads.
"Unknown class ButtonBarView in Interface Builder file."
What am I missing?
Thanks!
Do you have a solution?
Why this closed?
I have the same problem:
Unknown class ButtonBarView in Interface Builder file.
You have to set a cell identifier - "Cell"
And set the module to the ButtonBarView - XLPagerTabStrip



Thank you!
I already did it 5 hours ago)
@anafinotti : I do same you say but It error still happen. "Unknown class ButtonBarView in Interface Builder file.". How to fix it ??
do not delete the cell.
give the cell class as ButtonBarViewCell and identifier as Cell and module as XLPagerTabStrip
collectionview will have class as ButtonBarView and module as XLPagerTabStrip
connect the outlet of collectionview (as in tutorial).
Most helpful comment
You have to set a cell identifier - "Cell"



And set the module to the ButtonBarView - XLPagerTabStrip