CHIPageControl is a set of cool animated page controls to replace boring UIPageControl. We were inspired by Jardson Almeida dribbble shot and implemented a few more page controls.
Made with ❤️ by Chili.
Overview
Requirements
- IOS 9.0 +
- Xcode 8+
- Swift 3
Just add the CHIPageControl
folder to your project.
or use CocoaPods with Podfile:
pod 'CHIPageControl'.'~ > 0.0.1'Copy the code
Usage
Just drop UIView and set its class to be one of CHIPageControls.
💻 Code
let pageControl = CHIPageControlAji(frame: CGRect(x: 0.y:0.with: 100.height: 20))
pageControl.numberOfPages = 4
pageControl.radius = 4
pageControl.tintColor = .red
pageControl.padding = 6Copy the code
//update dinamically
pageControl.progress = 0.5
//set progress with animation
pageControl.set(progress: 2.animated: true)Copy the code
Page Controls 🌶️ 🌶️ ️
- CHIPageControlAji
- CHIPageControlAleppo
- CHIPageControlChimayo
- CHIPageControlFresno
- CHIPageControlJalapeno
- CHIPageControlJaloro
- CHIPageControlPaprika
- CHIPageControlPuya
Airstream is released under the MIT license. See LICENSE for details.