We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hey is there a way to make it fill the stars from the other direction ( from right to left)???
The text was updated successfully, but these errors were encountered:
Not right now, sorry. But this is definitely something I plan on supporting when I have a bit of time to give this project some real love again 🤞
Sorry, something went wrong.
@iCtz @hsousa one line of code solve this but in you'er library check semantic of app if right to left, then make transformation for HCSStarRatingView
that's my solution Objective-c self.rateView.transform = CGAffineTransformMakeScale(-1.0, 1.0); swift self.collectionView.transform = CGAffineTransform(scaleX: -1.0, y: 1.0)
self.rateView.transform = CGAffineTransformMakeScale(-1.0, 1.0);
self.collectionView.transform = CGAffineTransform(scaleX: -1.0, y: 1.0)
No branches or pull requests
hey is there a way to make it fill the stars from the other direction ( from right to left)???
The text was updated successfully, but these errors were encountered: