nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12k stars 2.58k forks source link

iCarousel inside UICollectionViewCell #673

Open sahebmanifest opened 8 years ago

sahebmanifest commented 8 years ago

Hi Nick, In my project, I am trying to use iCarousel inside UIcollectionViewCell with Linear type and it is achieved perfectly. But the real problem arrive when i change my CollectionView layout on button tap (My new layout has cell size 3/4th of previous). Here my carousel view is not resizing,(specially content size).I tried scaling down my carousel for all the visible cells of collectionView which is showing weird effect.How can i resize all the carousel views inside collectionViewCell?

Jkurbs commented 8 years ago

Hi @sahebmanifest can you show me how did you use it in a collectionview? Thank you