xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.33k forks source link

Unknown class ButtonBarView in Interface Builder file. #424

Open nikans opened 7 years ago

nikans commented 7 years ago

In case anyone stumbles upon this kind of error

Unknown class ButtonBarView in Interface Builder file.

you should specify a module for this object class in IB

screen shot 2017-08-04 at 6 24 11 pm

I think this should probably be in the setup guide

ZeranLatte commented 7 years ago

355 check out this issue, it might help you; you can try drag a UICollectionView to sb, then set its class as ButtonBarView

yberryDeveloper commented 6 years ago

I wanted to show image icon in place of the title. so, I am applying this code. below https://ibb.co/cugO4Q

but, I am getting this error. https://ibb.co/h5xKdk

please help...

rahulpahuja commented 6 years ago

Remove the Module Name and it will start Working