Skip to content

fernandodelrio/SMPageControl-Swift

 
 

Repository files navigation

SMPageControl-Swift

Screenshot

Installation

Download the repository and add the file SMPageControl.swift to your project.

Example Usage

@IBOutlet var spacePageControl1: SMPageControl!
pageControl.setPageIndicatorImage(UIImage(named: "pokemen_color")!)
pageControl.setCurrentPageIndicatorImage(UIImage(named: "pikatsho")!)
spacePageControl.pageIndicatorTintColor = UIColor.redColor().colorWithAlphaComponent(0.2)
spacePageControl.currentPageIndicatorTintColor = UIColor.redColor()
spacePageControl.setPageIndicatorMaskImage(UIImage(named: "Pokemon")!)

License

SMPageControl is available under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%