-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change rating by tapping, not by dragging? #156
Comments
Hi @yeonpark333, thanks for reporting, it must be a bug in Cosmos because tapping should change the stars see demo app. |
Is it because i put the cosmos in collectionview? |
Probably, the demo app includes a screen with Cosmos in a table view, which is similar to collection view. Have you tried this: https://github.com/evgenyneu/Cosmos/wiki/Using-Cosmos-in-a-scroll-view |
to make it work in tableview, simply add this in cell
|
I am trying to make my star rating get the rate by tapping, not by dragging for user experience.
But I cannot find any code for this.
Is there anyone who can help me?
Thank you in advance!
The text was updated successfully, but these errors were encountered: