juxingzhutou / BSCircleBanner

A circular paging view for iOS.
MIT License
9 stars 3 forks source link

Custom UICollectionView Data not display in BannerView. #1

Open kuldeep13990 opened 7 years ago

kuldeep13990 commented 7 years ago

I create new UICollectionViewCell with Custom XIB and in that I have added multiple controllers but when I set it's value it's not display in BannerView..

What the issue?

Thanks in advance for good library.

juxingzhutou commented 7 years ago

Sorry for reply so late. I think maybe it's caused by that the size and origin of BannerView is not set up correctly.

If you provide program code or screenshot of XIB, I can figure out this issue specifically.