Top "Rounded-corners" questions

Name of a user interface design feature which replaces the 90 degree angle formed at the end points of two perpendicular lines.

Objective c - Draw image with rounded corners in drawRect

I have a UITableViewCell subclass with a UIImage as property. I want to draw the image in drawRect, and to …

objective-c uitableview uiimage rounded-corners drawrect
Swift - How to get Rounded Cap on CAShapeLayer or UIBezierPath(ovalInRect: ovalRect)

I have these 2 functions bellow in my class which extends CAShapeLayer, but I can't get an arc with rounded end …

ios swift uibezierpath rounded-corners cashapelayer
how to round_corner a logo without white background(transparent?) on it using pil?

I got a square logo and I need to round_corner it, searched for a while and got the follow …

python python-imaging-library transparent rounded-corners