Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ftp27/tlradiobutton

Animated RadioButton for iOS
https://github.com/ftp27/tlradiobutton

ios library objective-c radio-buttons

Last synced: 2 months ago
JSON representation

Animated RadioButton for iOS

Awesome Lists containing this project

README

        

# TLRadioButton

[![Version](https://img.shields.io/cocoapods/v/TLRadioButton.svg?style=flat)](http://cocoapods.org/pods/TLRadioButton)
[![License](https://img.shields.io/cocoapods/l/TLRadioButton.svg?style=flat)](http://cocoapods.org/pods/TLRadioButton)
[![Platform](https://img.shields.io/cocoapods/p/TLRadioButton.svg?style=flat)](http://cocoapods.org/pods/TLRadioButton)

![Sample](https://github.com/ftp27/TLRadioButton/blob/master/TLRadioButton.gif)

Radio button for iOS.

##Usage

* *isChecked* - button status. Default - _false_
* *Animation duratoin* - button animation speed in ms. Default - _500 ms_
* *Selected Color* - button color for selected state. Default - _Tint color_
* *Not selected Color* - button color for not selected state. Default - _Tint color_

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

TLRadioButton is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "TLRadioButton"
```

## Author

Aleksey Cherepanov, [email protected]

## License

TLRadioButton is available under the MIT license. See the LICENSE file for more info.