Set line cap
Closed this issue · 3 comments
dkhamsing commented
Hey this library is great
I was trying to customize drawProgressBar:
with CGContextSetLineCap(context, kCGLineCapRound);
but there was no change.. any thoughts?
Eclair commented
Hey @dkhamsing !
Thanks. I'm not sure how you can use CGContextSetLineCap
there, but I think it doesn't work well with progress bar, because I draw it using fill. I think to use it, you should do it in the end of drawProgressBar :
method, and define a new shape to stroke with CGContextSetLineCap
.
You can also share your code, so we can try to figure out it together
Thanks!
dkhamsing commented
ah ok.. hmmm
Eclair commented
Closing due no activity. Let me know if you still facing this problem