zepojo / UPCarouselFlowLayout

A fancy carousel flow layout for UICollectionView on iOS.
MIT License
1.66k stars 236 forks source link

Container View #24

Open kemalserkan opened 7 years ago

kemalserkan commented 7 years ago

Hi

I put the UPCarousel inside a view that is in a Container view.

Normally I can run the project but I can't select the current page.

What can I do to select specific page ? self.currentPage = 3 doesn't work.

If you want I can send you a sample project that I tried.