giulio92 / GLTableCollectionView

Netflix and App Store like UITableView with UICollectionView, written in pure Swift 4.2
MIT License
705 stars 37 forks source link

Fix wrong targetContentOffset return values #31

Closed giulio92 closed 6 years ago

giulio92 commented 6 years ago

This PR will fix issue #30 causing the targetContentOffset(forProposedContentOffset proposedContentOffset: , withScrollingVelocity velocity: ) to return a CGPoint with x equal to .greatestFiniteMagnitude when proposedContentOffset.x was equal to 0.

Thanks to @mmdock for finding this bug 🐞 and for proposing a solution!