circular-carousel icon indicating copy to clipboard operation
circular-carousel copied to clipboard

Items Do Not Appear

Open gonzalj3 opened this issue 5 years ago • 0 comments

I sincerely dont know how this library works. I have looked at the documentation and even started dissecting the example/model project to get if the documentation missed something.

I use a plain UIView as items, set backgroudcolor to orange to see them (replaced the model's items with the exact same UIViews to make sure that I am doing this correctly).

I set up a new class that inherits UITableViewCell, CircularCarouselDataSource and CircularCarouselDelegate. I add the references to the carousel like in the documentation and example. And I implemented the DataSource and Delegate again like the documentation and the example but I still dont get to see any of the items. The container/uitablecell that holds the items exists but the items do not. Is there something that I am missing?

One thing to note that I am doing differently is that I am not utilizing a storyboard and instead implementing the entire project programmatically.

gonzalj3 avatar Oct 25 '19 21:10 gonzalj3