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.

UIBezierPath: How to add a border around a view with rounded corners?

I am using UIBezierPath to have my imageview have round corners but I also want to add a border to …

swift uibezierpath
How to create a UIImage with UIBezierPath

I wrote some code to create a UIImage with UIBezierPath but it didn't work. Can someone help me find out …

ios uiimage uibezierpath
UIBezierPath stroke 1px line and fill 1px width rectangle - different results.

Here is a simple drawing - (void)drawRect:(CGRect)rect { //vertical line with 1 px stroking UIBezierPath *vertLine = [[UIBezierPath alloc] init]; […

ios drawing uibezierpath
Drawing a bezier curve between a set of given points

What is the best way to draw a bezier curve, in iOS application, that passes through a set of given …

ios bezier uibezierpath
Warning: Could not load any Objective-C class information using PaintCode's code

I am trying to draw svg maps using code generated through paintcode. The code is working fine when I am …

ios objective-c core-graphics uibezierpath paintcode
How to draw heart shape in UIView (iOS)?

I want to create different shapes. Below image is the one of example. Will you suggest me how to different …

ios core-graphics cgcontext uibezierpath
How to Animate a UIBezierPath

i would like to animate a UIBezierPath of a rect to a triangle one, not to animate a view on …

objective-c animation calayer cgpath uibezierpath
please set CG_CONTEXT_SHOW_BACKTRACE environmental variable

Despite looking over more than 3 post (made in 2015) about this problem, non have solved mine. When ever I run, a …

objective-c cocoa-touch uibezierpath
UIBezierPath Triangle with rounded edges

I have designed this code to generate a Bezier Path that is used as a path for a CAShapeLayer to …

ios objective-c core-graphics uibezierpath cashapelayer
How to crop the image using UIBezierPath?

I want to get the image from the UIBezierpath closed path(See the image). I draw the image on the …

iphone objective-c ios uibezierpath