Skip to content
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

Fill from right to left #64

Open
iCtz opened this issue Jan 30, 2018 · 2 comments
Open

Fill from right to left #64

iCtz opened this issue Jan 30, 2018 · 2 comments

Comments

@iCtz
Copy link

iCtz commented Jan 30, 2018

hey is there a way to make it fill the stars from the other direction ( from right to left)???

@hsousa
Copy link
Owner

hsousa commented Apr 23, 2018

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 🤞

@adelbios
Copy link

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants