Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Oct 27, 2014
1 parent 0a63e03 commit 10ede67
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ UISwitch subclass that 'infects' the parent view with the `onTintColor` when the
#Screenshot
![ViralSwitch](https://raw.githubusercontent.com/andreamazz/ViralSwitch/master/screenshot.gif)

#TODO
- [ ] Everything
#Installation
Using cocoapods:
`pod 'AMViralSwitch'`

#Usage
AMViralSwitch is a drop-in replacement of UISwitch. You just need to set the `onTintColor` property of the switch, and it will automatically _infect_ its superview with the selected color.

#TODO
- [ ] Trigger animations on other views
- [ ] Test
- [ ] Add Travis CI

#MIT License

Expand Down

0 comments on commit 10ede67

Please sign in to comment.