Hugo Sousa
Hugo Sousa
If `accurateHalfStars = YES` it should always display the exact portion of the star, without rounding... 🤔 Can you get me a sample snippet or project where this happens? I'd...
Interesting, I didn't know about `semanticContentAttribute`. 🤔 So maybe besides ditching the property, `_shouldFlip` should return `YES` if: - `[UIApplication sharedApplication].userInterfaceLayoutDirection == UIUserInterfaceLayoutDirectionRightToLeft` OR - `self.semanticContentAttribute == UISemanticContentAttributeForceRightToLeft` That would...
Hi again! Wow, thanks a lot for the rich information on this subject! 😍 So it sounds like we should use `_shouldFlip` internally and inside that decide what to return...
Oh, forgot to mention in the review but: Thanks for this! 😄
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 🤞