Pagination Control With Bar, Line, Worm, or whatever this called.
Download and drag to project. Download
Subclass UIView on Storyboard or insert programmatically.
var paginationControl: MaterialWormPaginationControl! = MaterialWormPaginationControl()
///
addSubview()
Customize like it's UIPageControl
paginationControl.numberOfPages = model.count
paginationControl.currentPage = 1
paginationControl.pageIndicatorTintColor = UIColor.red.withAlphaComponent(0.4)
paginationControl.currentPageIndicatorTintColor = UIColor.red