Skip to content

Repository files navigation

URRRadioGroup

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.

About

URRRadioGroup is radio button control for iOS.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages