Skip to content

3.1.1

Compare
Choose a tag to compare
@MaherKSantina MaherKSantina released this 08 May 00:14
· 5 commits to master since this release
  • Added ability to listen to index change when the paging finishes
func scrollViewDidEndDecelerating(_ scrollView: UIScrollView) {
    print(behavior.currentIndex)
}