Radio buttons for Objective-C
I just pushed some code to GitHub to easily create radio button groups in Objective-C.
I’ve created 3 classes for the most common radio buttons, but it’s really easy to extend the class with your own requirements. I’ve posted all the details on GitHub. When you toggle the radio button there is an animation. You can always override the animation method if you would like to do some other animations.
Prerequisites
- Xcode
- iOS7+
Download
You can find the code on GitHub. If you have any requests, put them in the issues panel. I’ve tested as many scenarios as I could, but if you find any bugs, please post them as well!
One Response