AssistoLab / KVNProgress

KVNProgress is a fully customizable progress HUD that can be full screen or not.
MIT License
1.24k stars 202 forks source link

Checkmark curve edges #107

Open taimur opened 6 years ago

taimur commented 6 years ago

I am trying to curve the edges of CheckMark. I have tried these methods but it didnt work. Can someone please look into it.

checkmarkPath.lineCapStyle = kCGLineJoinRound;
  checkmarkPath.lineJoinStyle = kCGLineJoinRound;

self.checkmarkLayer.cornerRadius = KVNContentViewWithoutStatusCornerRadius;