From 9f737334d1438092775252b237ea292dea5c0ea4 Mon Sep 17 00:00:00 2001 From: Peter Prokop Date: Sun, 1 Nov 2015 11:05:18 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1912e98..43d273e 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ StarryStars is iOS GUI library for displaying and editing ratings StarryStars' ```RatingView``` is both ```IBDesignable``` and ```IBInspectable``` You can change any of the following properties right in the interface builder: -![Properties](https://i.imgflip.com/df525.gif) + +![Properties](http://i.imgur.com/puU9Ypc.png) And the the result right away: + ![RatingView](http://i.imgur.com/r3bMqDT.png) To add RatingView to your Storyboard/.xib file just drag a generic UIView from palette, then in "Custom Class" section of identity inspector set class to ```RatingView```