bizz84 / MVCarouselCollectionView

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

I can't scroll back from right to left #10

Open CK11FOR333 opened 8 years ago

CK11FOR333 commented 8 years ago

I run the code in xcode 7 and swift 2 I can fix the image size and scroll from left to right normally and I can scroll back before the last item but When I Scroll To The Last Item And Scroll Once Again I can never went back Why? Have any idea? And Can I Change The ScaleAspectFit Directly in Pods with No Potential Error?

bizz84 commented 8 years ago

I could not reproduce your scrolling problem. Are you running the demo app or your own project using the pod?

Can you illustrate in more detail your use case?

The image view in MVCarouselCell is intended to be used inside a scroll view so that it works with zoom. Do you need to use ScaleAspectFit so that the image fits in the cell but it's not edge to edge horizontally?