CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Oct 2016 |
SPMSupports SPM | ✗ |
Maintained by Dmytro Ovcharenko.
Replacement for UIPageControl. Written in Swift.
To run the example project, clone the repo, and run pod install
from the Example directory first.
OR
Simply run pod try DOPageControl
DOPageControl is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DOPageControl"
Swift 2 version is available in swift2
branch. If you haven’t yet moved your project to Swift 3, you can still use DOPageControl by adding one of the following lines to your podfile:
pod 'DOPageControl', '~> 1.3'
pod 'DOPageControl', :git => 'https://github.com/dim0v/DOPageControl.git', :branch => 'swift2'
Dmytro Ovcharenko, [email protected]
DOPageControl is available under the MIT license. See the LICENSE file for more info.