Skip to content

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

Notifications You must be signed in to change notification settings

blyscuit/MaterialWormPaginationControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages