Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 714 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 714 Bytes

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.