Top "Uibezierpath" questions

The UIBezierPath class lets you define a path consisting of straight and curved line segments and render that path in your custom views.

Reposition CGPath/UIBezierPath in View

Is it possible to reposition an already drawn CGPath/UIBezierPath on a view? I would like to move or change …

ios uibezierpath cgpath
Animating between two bezier path shapes

I found it tricky to animate a UIImageView between two states: its original rectangle frame, and a new shape created …

ios swift animation uibezierpath caanimation
How to give cornerRadius for UIBezierPath

I created a rectangle using following code and now I need to rounded the corners of this rectangle. but I …

ios swift uibezierpath cashapelayer cornerradius
UIBezierPath does not draw rounded bottom corners

I am trying to make rounded corners for my views and fencing a strange problem. I use the following code …

iphone ios uiview rounded-corners uibezierpath
Using UIBezierPath:byRoundingCorners: with Swift 2 and Swift 3

I'm using this code to make 2 corners of a button rounded. let buttonPath = UIBezierPath(roundedRect: button.bounds, byRoundingCorners: .TopLeft | .BottomLeft, …

ios swift uibezierpath rounded-corners
IOS : Animate transformation from a line to a bezier curve

I would like to animate a straight line curving into a bezier curve (from "_" to "n"), is there a library …

ios core-graphics bezier uibezierpath nsbezierpath
Dashed line with rounded corners

I am trying to draw dashed line with rounded corners around a view like this: class DashedLineView: UIView { override func …

swift core-graphics uibezierpath
Animating a circular UIBezierPath

I've got a project where I'm animating a UIBezierPath based on a set progress. The BezierPath is in the shape …

ios objective-c core-animation uibezierpath cadisplaylink
CAShapeLayer with UIBezierPath

I wanted to display a triangle shaped view in a UITableView cell like this. I managed to accomplish this using …

ios swift drawing uibezierpath cashapelayer
Detecting tap inside a bezier path

I have a UIView which is added as a subview to my view controller. I have drawn a bezier path …

ios objective-c core-graphics uibezierpath