Open taimur opened 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;
I am trying to curve the edges of CheckMark. I have tried these methods but it didnt work. Can someone please look into it.
self.checkmarkLayer.cornerRadius = KVNContentViewWithoutStatusCornerRadius;