IOS Swift Page Indicator View
Add PageIndicatorView.swift and HexStringToColor.swift to your project
self.parentView.layoutIfNeeded()
self.pageIndicator = PageIndicatorView(frame: self.parentView.bounds, numberOfIndicator: 5)
self.parentViewView.addSubview(self.pageIndicator)
self.pageIndicator.setIndicatorColor(UIColor.red)
self.pageIndicator.setCurrentIndicatorColor(UIColor.black)
Released under the MIT License. Copyright 2017 Dat. Please open issues on GitHub.