URRRadioGroup 0.1

URRRadioGroup 0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Kenta NAKAI

URRRadioGroup is simple radio button control for iOS.

Usage

self.group = [URRRadioGroup new];
[self.group addButton:self.radio4 defaultImage:[UIImage imageNamed:@"check_off"] selectedImage:[UIImage imageNamed:@"check_on"]];
[self.group addButton:self.radio5 defaultImage:[UIImage imageNamed:@"check_off"] selectedImage:[UIImage imageNamed:@"check_on"]];
[self.group addButton:self.radio6 defaultImage:[UIImage imageNamed:@"check_off"] selectedImage:[UIImage imageNamed:@"check_on"]];

See sample Xcode project URRRadioGroupExample.xcodeproj .

License

This code is distributed under the terms and conditions of the MIT license.