Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ftp27/tlradiobutton
- Owner: ftp27
- License: mit
- Created: 2016-07-08T10:42:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T15:35:56.000Z (over 8 years ago)
- Last Synced: 2024-10-31T15:44:11.333Z (3 months ago)
- Topics: ios, library, objective-c, radio-buttons
- Language: Objective-C
- Size: 671 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.