Top "Cgpath" questions

A graphics path is a mathematical description of a series of shapes or lines.

Draw iOS 7-style squircle programmatically

I'm trying to find a way to draw a iOS 7-style icon 'squircle' shape programmatically, using core graphics. I'm not …

ios swift math core-graphics cgpath
iOS Core Graphics: Draw ONLY shadows of a CGPath

I am drawing a simple path in iOS 5 with Core Graphics: CGMutablePathRef path = CGPathCreateMutable(); CGPathMoveToPoint( path, NULL, center.x , topMargin ); …

objective-c ios core-graphics shadow cgpath
I can't fill my CGPath

I need some help with filling my path. I have no clue where to put CGContextFillPath(path); for example. I …

objective-c cgpath