/PageIndicatorView

IOS Swift Page Indicator View

Primary LanguageSwift

PageIndicatorView

IOS Swift Page Indicator View

Alt text

Installation

Add PageIndicatorView.swift and HexStringToColor.swift to your project

Usage Example

self.parentView.layoutIfNeeded()
self.pageIndicator = PageIndicatorView(frame: self.parentView.bounds, numberOfIndicator: 5)
self.parentViewView.addSubview(self.pageIndicator)

Custom color

self.pageIndicator.setIndicatorColor(UIColor.red)
self.pageIndicator.setCurrentIndicatorColor(UIColor.black)

License and Authorship

Released under the MIT License. Copyright 2017 Dat. Please open issues on GitHub.