You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
I think this qualifies as a bug, thanks for reporting, @moshegutman .
I noticed that we have roundedUpToFractionalPoint in CGFloatExtension.swift, that would make smaller adjustments to the rectangles.
Another issue to consider is whether two adjacent rectangles that are adjusted to fall on pixel boundaries do indeed remain adjacent after the adjustment to make sure that a background color doesn't start showing through underneath.
When using a UILabel and the alignment frame isn't placed on an integer value, the text can appear blurry.
I solved this by adjusting the return
CGRect
inside theAlignment
constructor. I added a call to.integral
Not sure if this should be classified as a bug
The text was updated successfully, but these errors were encountered: