The UIBezierPath class lets you define a path consisting of straight and curved line segments and render that path in your custom views.
0
votes
0answers
16 views
UIBezierPath in a zoomable view not pixelated
I have a ScrollView in a ViewController and on the ScrollView i have a View. I use that view for drawing something like rect, circle, line, text,...
For drawing i use a UIBezierPath.
The problem is ...
1
vote
1answer
15 views
Get the current value of UISlider in drawRect: method
I'm trying to move a point drawn in a UIView based on the value of a UISlider. The code below is for a UIView (subview ?) with a custom class (WindowView) on a UIViewController.
WindowView.h
...
0
votes
0answers
27 views
Adding arcs to bezierPaths
I have a number of UIBezierPaths that are very squared as I used addArc.. I have a number of these arcs and would like to add a curve from the left point of one arc to the next left point of another ...
1
vote
1answer
12 views
Rendering a gradient in a UIBezierPath
How does one render a gradient inside a UIBezierPath and is it possible to store this state together with the bezierPath for faster re-rendering in drawRect?
I currently render bezierPaths inside ...
1
vote
0answers
30 views
Optimize UIBezierPath drawing
I have a problem that I was hoping that someone in the community may have some expertise in. I am working on a drawing app. It's too much to get into as far as what it does and why, but at each ...
0
votes
1answer
32 views
Rounded bottom edge of UIView
In App I have subclassed UINavigationBar and as my TitleView I'm setting(in View Controller) custom UIView
[self.playButton setBackgroundColor:[UIColor yellowColor]];
[self.navigationItem ...
0
votes
3answers
53 views
How to pick a line closest to the center on a grid?
I am drawing a simple grid, and I want the line closest to the center of the screen to be highlighted a different color.
What is the formula to determine what line was drawn that closely resembles ...
0
votes
0answers
25 views
Split UIBezierPath
I'm having trouble figuring out how to implement the following requirement:
Users are allowed to draw an arbitrary UIBezierPath made from a bunch of points (which I have available), which can look ...
-1
votes
1answer
30 views
Dynamically scale and translate shape
I am drawing a series of UIBezierPath's, all of which have different sizes and locations. I would like to scale each shape to a specific size and move it to a specific location on a UIView. I am ...
1
vote
1answer
40 views
Can I use UIBezierPath to draw a shadow image around a UITableView section?
I have a shadow image that I would like to draw around the outer edge of a grouped UITableView section. This is the image:
I can get the UIBezierPath that represents the rect I want to draw around, ...
0
votes
2answers
25 views
how can I combine uibezierpath drawings?
I'm trying to combine several UIBezierPath drawings;
I have different types of drawings I can make (line, cubic bezier, quadratic beziers), and each of these can be filled or unfilled. I'm selecting ...
0
votes
1answer
29 views
Change direction in stroke animation
I want to revert the direction of a path drawing. So I changed fromValue and toValue propeties, but now full path is visible at the start of animation and it begins to disappear.
I have the path:
...
1
vote
2answers
47 views
Get edge/outer coordinates of CGPoints
I have a faeture that user can draw/color a specific area of an image then get the drawn area as a cropping result.
Currently I store the draw coordinates inside an array, and in the end of the ...
0
votes
2answers
36 views
UIBezierPaths are not kept on screen
I have a custom UIView and in the drawRect method I create a UIBezierPath and render it to the screen. The issue I am having is that the previous UIBezierPath is removed from the view on the next ...
0
votes
0answers
124 views
Is it efficient to use UIBezierPath and CAShapeLayer to make curved edges on IOS?
I have to make only top two corners curved for UILabel, so I have done like this after little exploration..
UIBezierPath *maskPath;
maskPath = [UIBezierPath bezierPathWithRoundedRect:label.bounds ...
0
votes
2answers
68 views
Border of image clipped by Bezier path
Suppose I have an image that was rendered by drawing another image into it with a Bezier path used to clip the drawing. What I'd like is to be able to render the resulting image in such a way that the ...
-2
votes
0answers
41 views
Draw UIBezierPath with embossing and blur [closed]
I am working on a free hand drawing application. I would like to add emboss and/or blur effects to UIBezierPath stroke drawing. I'm using -[UIBezierPath strokeWithBlendMode:] for drawing the line.
...
0
votes
1answer
48 views
How to draw Bezier curves with native Javascript code without ctx.bezierCurveTo?
I need to draw and get coordinates of bezier curves of each steps with native Javascript without ctx.bezierCurveTo method.
I found several resources, but I confused. Esspecially this looks pretty ...
0
votes
1answer
54 views
Cocoa Touch: Mask ignored when image is rendered: renderInContext:UIGraphicsGetCurrentContext()
I am trying to render a masked view using renderInContext:UIGraphicsGetCurrentContext(). I am masking a white colored view which is the subView of a gray colored view. This works just fine for ...
1
vote
3answers
63 views
Transparent zone of a bezier path doesn't allow user interaction
I've got a BezierPath which has the form of an arc more or less, the thing is that I want the user to be able to tap inside the arc (where it could be a door for being more clear) but not on the arc. ...
0
votes
2answers
67 views
Why does giving addArcWithCenter a startAngle of 0 degrees make it start at 90 degrees?
I'm creating a CAShapeLayer to use as a mask for a UIView's layer. I'm using a UIBezierPath to draw the shape layer. It's working fine, except I'm getting some odd results when I draw. The geometry is ...
0
votes
1answer
86 views
uibezierpath stroke with shadow color and blur offset
I am working with UIBezierPaths, for freehand drawing , and everything works fine, for this I am storing my paths in a path array and looping the whole array and rendering the paths with shadow color ...
0
votes
3answers
65 views
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 to make rounded corners for my view
bezierPath = [UIBezierPath ...
3
votes
2answers
71 views
Applying a scale and translate transformation to UIBezierPath
I have a UIBezierPath and I would like to:
Move to any coordinate on the UIView
Make bigger or smaller
I am drawing the UIBezierPath based off of a list of predefined coordinates. I implemented ...
1
vote
2answers
73 views
Clip UIImage with UIBezierPath Asynchronously
I want to add rounded corners to an UIImageView without using QuartzCore to avoid performance issues in a UIScrollView so I solved it like that:
UIBezierPath *path = [UIBezierPath ...
0
votes
1answer
34 views
Convert MKPolygon to UIBezierPath
Is there a way to convert an MKPolygon to a UIBezierPath? I have an MKPolygon that is using latitude and longitude coordinates to make up its points. How would those latitude/longitude coordinates ...
2
votes
0answers
36 views
How to get UIBezierPath around a zone of a given color on a UIImage
I have a UIImage, most of it is white. When the user taps the screen, I would like to get the contour of the tapped region. E.g. if he taps a white zone on the image, I need a UIBezierPath around that ...
0
votes
0answers
131 views
iOS: Rotating a line with respect to a point that could be adjusted by touch
Man, have I been struggling with this...
In reference to the image above, I have a line that is fixed to a specific point. At the other end of the line I have another point that is NOT fixed and ...
1
vote
0answers
104 views
Create a CALayer mask by combining multiple paths
I'm trying to create a mask for a CALayer containing an image. This mask shall be able to use the union of multiple paths or the inverse of the union. In terms of a venn diagram that would be a ...
0
votes
0answers
22 views
Showing 2 Lines in the same graphical window with UIBezierPath
So I need help to plot my 2nd line in a graphical window.
I'm making use of these 2 files to generate the 1st line with the background.
LineGraphView.h
#import <UIKit/UIKit.h>
@interface ...
0
votes
2answers
23 views
snapshot from the UIview is not displaying arcs and roundrect corner
I am making arcs on uiview by UIBezierPath.It is doing fine arc is making but when I am taking snapshot of this UIView for sharing the arcs are not displaying in the snapshot. the uiview is showing ...
0
votes
3answers
53 views
Stretching a UIImage across the length of a UIBezierPath
What I basically need to achieve is a Fruit Ninja - style "slash" effect, where the "slash" trails the user's touch and follows the shape of the user's gesture, and is thinner the longer the distance ...
0
votes
1answer
80 views
Draw along a path detection in iOS [closed]
I am writing a writing ios app for Kid.
I need to enforce writing along a define path like in Dora ABC apps. For example, writing A.
When user touch and draw, it draw only when user finger are along ...
-2
votes
1answer
98 views
How to draw in rect with bezier path?
I have a some rect in my view and I want to draw a figure in that rect with UIBezierPath.
I thought that method
UIBezierPath myBezierPath = [UIBezierPath bezierPathWithRect:myRect];
will make ...
0
votes
0answers
47 views
iphone:How to animate uibeizserpath set stroke color?
I have an one view with horizontal and vertical beizer paths.The resulting view looks like the foloowing
Now on touch of the view if user has touched the one of the path,I have to change the color ...
0
votes
0answers
20 views
“Wavy” UIBezierPath
I have a UIBezierPath. I have an algorithm that gives me the points. What I'd like to do is take this path, arbitrarily anything and change it into a "wavy path." Perhaps a sine wave. However, of ...
0
votes
0answers
66 views
dragging bezierPathWithRoundedRect in slow
I have creaded a rectangular path and while dragging it is lagging behind. I think in touches moved I am displaying the whole view using statement --> [self setNeedsDisplayInRect:self.bounds], but I ...
0
votes
2answers
45 views
How to Make CABasicAnimation invisible outside of superLayer bounds?
I'm trying to move a triangle from outside of the UIView bounds into the UIView area.
I'm using UIBezierPath.
While the triangle is outside of the area, I want it to be invisible.
I want only the ...
0
votes
1answer
86 views
Improper borders in draw rect
I am trying to draw rounded corners on rectangle in drawRect method using bezier path, but somehow the rounded corner is being shown on inner side of rectangle, instead of both inner and outer sides. ...
0
votes
0answers
82 views
How to remove last draw UIBezierPath from view?
I am drawing the line on touch using "UIBezierPath" UIBezierPath.
I want to implement the UNDO feature in which when user press on UNDO button then last drawn line should be removed from the screen.
...
1
vote
1answer
93 views
UIBezierPath with multiple color? [duplicate]
I am working on project in which i am using UIBezierPath for drawing. My problem is that when i change the color of the path, whole UIBezierPath color changes. I want to ask is it possible to change ...
-1
votes
1answer
65 views
Moves pixels around as you drag the tap [closed]
I want to develop application that modifies our face as per tapping on the photos. I used uiimageview but how can i move pixels in uiimageview.
see the image (first it is a normal image)
if I tap ...
0
votes
1answer
129 views
strange behavior with UIBezierPath addClip
I'm trying to learn CoreGraphics and i encounter a strange behavior, hope someone can help me understand whats going on...
I draw a rectangle and in it I draw given amount of diamonds,the shapes can ...
2
votes
1answer
242 views
iOS - Clipping union of two paths using UIBezierPath appendPath
I'm attempting the create a clipping path in the shape of a plus sign, so that subsequent paths that I draw into the same context have this portion removed. I create the clipping path using two ...
0
votes
1answer
176 views
Draw a pie chart with UIBezierPath
I'm trying to draw a PieChart using UIBezierPath, and I'm pretty close to do so, however, I've got a problem, as you can see on the screenshot attached
Here's the code I'm using :
...
0
votes
0answers
85 views
UIBezierPath color issue
I have used UIBezierPath to draw on UIView.
First I draw a line using Red color. Then I draw another line using Cyan color and overlap the previous line(Red line).
At that time color gets change on ...
0
votes
0answers
66 views
how to create layer on UIimage ios
UIBazierPath applied on UIimage
Required Image with layer added on path
I have a UiImage and Bazier path just like in 1st link Image. But I can't understand the thing in 2nd link image as applied ...
0
votes
2answers
87 views
Drawing a CGPath UIBezierCurve
Hi all I am looking into ways of how I can draw a shape like the one in the illustration above.I have been looking and reading but getting slightly confused of how curves are drawn using ...
8
votes
1answer
279 views
Adjusting the line to fit our head in imageview
I am developing one application same as HairTryOn all things are done. but problem is display in following image. i want to set hair style as per customer face using blue line as per display in image.
...
0
votes
2answers
221 views
How to fill color inside UIBezierPath?
I draw a shape by UIBezierPath in touchesMoved.
-(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
{
UITouch *touch = [touches anyObject];
secondPoint = firstPoint;
...





