evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.19k stars 368 forks source link

Load zero stars in viewLoad() #142

Open Sikandarkhan opened 5 years ago

Sikandarkhan commented 5 years ago

I am building a feedback rating application. And this is the current configuration which I am using,

On default, I would like to load ZERO filled stars. I tried to check the documentation etc but couldn't able to find the appropriate solution.

evgenyneu commented 5 years ago

Hi @Sikandarkhan, good question. Did you try this?

cosmosView.settings.minTouchRating = 0 
cosmosView.rating = 0