Skip to content

carabina/RTPageControl-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTPageControl-ios

Customizable page control in swift for iOS

Example

Usage

    pageControl.activeDotColor = UIColor.whiteColor()
    pageControl.passiveDotColor = UIColor.blackColor()
    pageControl.dotSize = CGSize(width: 16, height: 16)
    pageControl.padding = 30
    pageControl.numberOfPages = 5

Maintainers

License

RTProgressBar is available under the MIT license. See the LICENSE file for more info.

About

Customizable page control in swift for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 50.0%
  • Ruby 50.0%