TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jun 2015 |
SPMSupports SPM | ✗ |
Maintained by Frederik Jacques.
An extension on UIScrollView to request on which page the scrollview has halted when you have paging enabled.
scrollView.currentPage
For example in use with a UIPageControl.
func scrollViewDidEndDecelerating(scrollView: UIScrollView) {
pageControl.currentPage = scrollView.currentPage
}
To run the example project, clone the repo, and run pod install
from the Example directory first.
UIScrollView-Extensions is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "UIScrollView-Extensions"
Frederik Jacques, frederik@the-nerd.be
UIScrollView-Extensions is available under the MIT license. See the LICENSE file for more info.