SSCheckBoxView: A check box UI control for iOS apps
December 7th, 2011
4 comments
SSCheckBoxView is a check box UI control for iOS apps. It provides standard check box functionality with two states (checked and unchecked) and 5 different visual styles.
Here are some instructions on how to use it in your iOS apps:
Add SSCheckBoxView to your project
- Grab the source code from GitHub: https://github.com/ardalahmet/SSCheckBoxView
- Copy “SSCheckBoxView/SSCheckBoxView” folder contents into your project folder and add them to your project from Xcode.