ScrollPager icon indicating copy to clipboard operation
ScrollPager copied to clipboard

Fixed Problem with orientation change and supported Swift 5

Open cafedeichi opened this issue 4 years ago • 2 comments

fix: #33

  • Fixed the orientation change issue by moving the procedures from scrollViewDidScroll to scrollViewDidEndDecelerating and recalculate the contentOffset in redrawComponents.

  • Supported Swift 5.

  • Updated Deployment Target to 9.0

  • Modified ScrollPager.podspec and .travis.yml

cafedeichi avatar Aug 17 '20 14:08 cafedeichi

Works great!

You forgot to add the new method argument for interface builder

Zrzut ekranu 2020-10-15 o 20 12 26

smamczak avatar Oct 15 '20 18:10 smamczak

@smamczak Thx. I fixed it 👍

@aryaxt Hoping you could review my PR!!

cafedeichi avatar Oct 22 '20 04:10 cafedeichi