https://github.com/runtimellc/rtpagecontrol-ios
Customizable page control in swift for iOS
https://github.com/runtimellc/rtpagecontrol-ios
Last synced: about 1 year ago
JSON representation
Customizable page control in swift for iOS
- Host: GitHub
- URL: https://github.com/runtimellc/rtpagecontrol-ios
- Owner: RuntimeLLC
- License: mit
- Created: 2016-09-01T12:57:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T11:32:52.000Z (over 9 years ago)
- Last Synced: 2025-04-24T18:50:06.866Z (about 1 year ago)
- Language: Swift
- Size: 1.94 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTPageControl-ios
Customizable page control in swift for iOS
# Example

# Usage
``` swift
pageControl.activeDotColor = UIColor.whiteColor()
pageControl.passiveDotColor = UIColor.blackColor()
pageControl.dotSize = CGSize(width: 16, height: 16)
pageControl.padding = 30
pageControl.numberOfPages = 5
```
### Maintainers
- [Daniyar Salakhutdinov](https://github.com/sdanny)
## License
RTProgressBar is available under the MIT license. See the LICENSE file for more info.