yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics

Home Page:http://yannickloriot.com/library/ios/ylprogressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Antialiasing when rotated

BotiKis opened this issue · comments

Hi,

First of all thank you for your cool bar!

Would it be possible to antialias the drawing of the bar when rotated by a transform?
I'm not a pro with CA but i've tried to add

CGContextSetAllowsAntialiasing(theContext, true);
CGContextSetShouldAntialias(theContext, true);

to your drawing stuff with no result.

With the last version of the progress bar the problem has been fixed. :)