CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

DOPageControl 2.0.0

DOPageControl 2.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SPMSupports SPM

Maintained by Dmytro Ovcharenko.




  • By
  • Dmytro Ovcharenko

DOPageControl

Replacement for UIPageControl. Written in Swift.

Screenshots

Screenshot0   

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

OR

Simply run pod try DOPageControl

Requirements

  • Xcode 8
  • Swift 3
  • iOS 8.0

Installation

DOPageControl is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DOPageControl"

Swift 2

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'

Author

Dmytro Ovcharenko, [email protected]

License

DOPageControl is available under the MIT license. See the LICENSE file for more info.