ScrollPager
ScrollPager copied to clipboard
Fixed Problem with orientation change and supported Swift 5
fix: #33
-
Fixed the orientation change issue by moving the procedures from
scrollViewDidScroll
toscrollViewDidEndDecelerating
and recalculate thecontentOffset
inredrawComponents
. -
Supported Swift 5.
-
Updated Deployment Target to 9.0
-
Modified
ScrollPager.podspec
and.travis.yml
Works great!
You forgot to add the new method argument for interface builder
@smamczak Thx. I fixed it 👍
@aryaxt Hoping you could review my PR!!