Thanks to visit codestin.com
Credit goes to github.com

Skip to content

urouro-net/URRRadioGroup

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

License

Stars

Watchers

Forks

Packages

No packages published