CAShapeLayer is a special purpose CALayer subclass for drawing animatable shapes using cubic Bezier splines.
I'm making a custom view that i want to mask and to add shadow to it. the masking: let p = …
ios swift uiview calayer cashapelayerI wanted to display a triangle shaped view in a UITableView cell like this. I managed to accomplish this using …
ios swift drawing uibezierpath cashapelayerI have a UIImageView that shows a picture the user has just taken with the camera. On that image i …
ios uiview uiimageview cgcontext cashapelayer