CAShapeLayer is a special purpose CALayer subclass for drawing animatable shapes using cubic Bezier splines.
I have a custom button that I want to make top-left border of it look like normal round rectangle. I …
ios objective-c cocoa-touch cashapelayerI've been able to get pretty far with what I've been wanting to accomplish, and that's to replicate iOS's built …
ios objective-c ios7 uiimagepickercontroller cashapelayerI am trying to animate the mask layer on a UIView. Basically this code displays the image below: let bounds: …
swift uiview mask layer cashapelayerI'm quite new to iOS Development (so please forgive my ineptitude - I've looked everywhere!), and was looking to find …
ios swift cashapelayerI 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 cashapelayerI created a rectangle using following code and now I need to rounded the corners of this rectangle. but I …
ios swift uibezierpath cashapelayer cornerradiusI try to change a circle into a square and vice versa and I am almost there. However it doesn't …
ios animation calayer cabasicanimation cashapelayerI need to color a shape on my screen any color I wish. I am currently trying to do this …
ios objective-c cocoa-touch cgpath cashapelayerI need to know how I can scale down or up CGPath so it can fit UIView? Set the background …
ios uiview core-graphics cgpath cashapelayer