Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 755 Bytes

MaterialWormPaginationControl

Pagination Control With Bar, Line, Worm, or whatever this called.

Installation

Download and drag to project. Download

Usage

Subclass UIView on Storyboard or insert programmatically.

var paginationControl: MaterialWormPaginationControl! = MaterialWormPaginationControl()
///
addSubview()

Customization

Customize like it's UIPageControl

paginationControl.numberOfPages = model.count
paginationControl.currentPage = 1
paginationControl.pageIndicatorTintColor = UIColor.red.withAlphaComponent(0.4)
paginationControl.currentPageIndicatorTintColor = UIColor.red