hsousa / HCSStarRatingView

Simple star rating view for iOS written in Objective-C
MIT License
1.28k stars 196 forks source link

Added star empty state color, border color and border width #48

Closed irfangul92 closed 7 years ago

irfangul92 commented 8 years ago

This will allow to change the empty state color, so we will be able use separate colors for star fill state and empty state. In addition star border color and width properties are also configurable through IBInspectable. This will cover most of the UI variations if you want to stick with stars for rating.

screen shot 2016-11-04 at 4 01 28 pm

screen shot 2016-11-04 at 4 01 51 pm

irfangul92 commented 8 years ago

Done

hsousa commented 8 years ago

Thanks for those changes @irfangul92! I'm going to test this just to make sure I didn't miss anything and will include it in the next release! 😍

unnamedd commented 7 years ago

Hi @hsousa, do you have any intent to merge this pull request into master branch ?

hsousa commented 7 years ago

Sorry, yes! I've just been horrible at maintaining this... I'll try to push out a release this week with these changes!

Thanks again for this! ❤️

unnamedd commented 7 years ago

Very nice @hsousa! Thank you for your quick response and for your beautiful library.