bizz84 / MVCarouselCollectionView

UICollectionView-based image carousel written in Swift
MIT License
205 stars 34 forks source link

setCurrentPageIndex() method doesn't work #13

Open git-hwa opened 8 years ago

git-hwa commented 8 years ago

Hello,

I am using your widget, but I can't set initial page index on this controller. If I use setCurrentPageIndex() method, it doesn't go to the page, and layout is broken.

And I can't even use self.collectionView.scrollToItemAtIndexPath() method too.

Any suggest to me?

Thanks, Lubos