The UIBezierPath class lets you define a path consisting of straight and curved line segments and render that path in your custom views.
I'm trying to animation the transition of a CALayer from normal corners to rounded corners. I only want to round …
core-animation calayer uibezierpath cgpath cabasicanimationI have a draggable view that has a mask layer on it. The mask layer has a UIBezierPath on it …
ios iphone ios7 mask uibezierpathI am writing an iPad app in which I am rendering XML objects that represent shapes into graphics on the …
objective-c ios ellipse uibezierpath geometric-arcI have a strange question. Even though I did read a lot of tutorials on how to do this, the …
swift shadow uibezierpath cashapelayerI have coded as below for half circle in iOS using UIBezierPath and CAShapeLayer. clockWiseLayer = [[CAShapeLayer alloc] init]; CGFloat startAngle = …
ios angle uibezierpath cashapelayerOn a CAShapeLayer, I've drawn a closed UIBezierPath. I can fill this shape by setting the fillColor, however I want …
ios uibezierpath cagradientlayerI'm trying to combine several UIBezierPath drawings. I have different types of drawings I can make (line, cubic bezier, quadratic …
ios6 uibezierpath cgpathI have an imageview and on button click I draw some bezier paths and some text layer too. On undo, …
iphone ios objective-c drawing uibezierpathI am making an image editor which can create different shapes objects like circle, triangle and square which can also …
ios objective-c uibezierpath cashapelayerHow do I fill a CAShapeLayer() with a gradient and on an angle of 45 degrees? For example, in Image 1, the …
ios swift optimization uibezierpath cashapelayer