Tagged Questions
0
votes
1answer
27 views
Objective-C (IOS 6.1+): Draw Text in a shape or path
I was wondering if there is an "easy" way to draw text in a shape or a view or a path so that the characters wrap if the text line is too long (even with fonts with different sizes).
Below just an ...
2
votes
0answers
16 views
Dotted Line for PDF Rendering in iOS
I wont to know how to render a dotted line on a pdf.
CGContextRef currentContext = UIGraphicsGetCurrentContext();
CGContextSetStrokeColorWithColor(currentContext, [UIColor grayColor].CGColor);
...
0
votes
0answers
32 views
SubClass of UIView never call drawRect:
I created a nib for a custom view.
And I set the nib's view Custom Class to "MyView" for example.
MyView * myView = [[[NSBundle mainBundle] loadNibNamed:@"MyView" owner:self options:nil] ...
0
votes
0answers
24 views
Gesture Data from ViewController to UIView
i would like to change the stoke of an line with a pan gesture. So now i have a IBAction called handlePan with the pan gesture in my ViewController called ViewController.m
#import "ViewController.h"
...
2
votes
1answer
175 views
How drawing signature with a pencil effect in objective C ?
I try to developpe a new app based on drawing effects. I know simple effect, but i have seen some app with a brush effect (pencil effect).
how to do somethink like this ? (SignNow app)
Thanks
You ...
1
vote
1answer
93 views
Drawing into a loaded UIImage in iOS
I have a couple of questions.
I have a loaded UIImage and i would like to:
1st - draw another image onto my loaded UIImage
2nd - draw a line (with color and thickness) onto my loaded UIImage
I ...
0
votes
0answers
58 views
draw text to frame cameraoutput
please help me. I am trying to write watermark (timeline) to every frame but got error. EXc_BAD_ACCESS( code=1, address=...
- (void)captureOutput:(AVCaptureOutput *)captureOutput ...
1
vote
0answers
109 views
How to start a Cocos2D Scene when pushing a UIViewController
I'm working on a project for iOS 5 and 6, iPad 3.
My problem is that I need to draw something with Cocos2D in a scene, but it doesn't work.
I'm starting to code in AppDelegate - setting a ...
0
votes
1answer
250 views
Using CATiledLayer to display a large image that has been programmatically split into tiles
I'm running into an issue with using CATiledLayer... I have a large image, a map, that is 4726 x 2701. Basically I'm needing to break this image into tiles and be able to zoom in to view a lot of ...
0
votes
1answer
297 views
Draw straight line on uiview
I'm writing a small word search game for the iPad.
i have a UIViewController and I tile the letters random in a UIView (lettersView). I set the label's tag in a 10x10 size matrix, using a UILabel for ...
2
votes
1answer
156 views
Best way of displaying a matrix of pixels in iOS
Hi i'm developing a VNC client app for iPhone (it's for a school project) and I'm using the RFB protocol.
I'm at the point where I receive the matrix of pixels (with 32 bit per pixel) and I need to ...
0
votes
0answers
160 views
Call drawRect without clear previous context
I am trying to solve a problem referred in this post: Using setNeedsDisplayInRect still erases the underlying content. And @Rob Napier claims that it is not canvas model like HTML5 and we can achieve ...
3
votes
1answer
118 views
UIPopoverController missing side images in screenshot
I'm trying to take a screenshot of my interface and the code I'm using is missing the status bar and the sides of the UIPopoverController. I hear it may be impossible to include the status bar (is ...
0
votes
1answer
117 views
How can I achieve partially see-through effect in iOS?
Basically I want to put an image on an UIView,and than cover this image with an semitransparent view to make the image blurring, eventually put an UIButton on the semitransparent view, now I want the ...
0
votes
1answer
227 views
Make a UIView Canvas which can be used to draw lines with finger
I am trying to write a UIView which works like a canvas that we can use a finger to draw on it. I implement a CanvasView, when a finger moves, it first draw the image which already exists and then it ...
0
votes
1answer
75 views
IOS i make a CustomView in ViewController . when scroll it that was very slow
i put a custom view on a controller ,the custom view's height is very high.
then when i scroll the controller that was very slow
Test environment:IOS5.0+,ipod touch
customView:
@interface ...
0
votes
2answers
178 views
How can I blur area?
I have a UITableView and UIView (orange). I need that when I scroll a table, under orange area my table has a blurred. Can everybody help me? Thanks.
0
votes
1answer
101 views
how to draw text which prompt the user in CGContext
I want to draw text in CGContext. I draw text when I write it from string. But I want to prompt the user this text. How can I do?
0
votes
2answers
560 views
Draw text and add to a UIImage iOS 5/6
I have a textbox, where i want the written text to be added to a UIImage.
How can i draw NSString to a UIImage?
I´ve searched, and found lots of examples, but non of them works. Xcode just gives me ...
0
votes
0answers
113 views
Cocos2d: optimizing access to CCSpriteBatchNode child.. doubts
I got a CCSpriteBatchNode where sublcasses of Entity:CCSprite are added. Those sublcasses share in common the parent's (Entity) class property spawnTime.
I got one sharedBatchNode and I'd like to ...
1
vote
2answers
41 views
Drawing cumulatively to an image - really?
I'm drawing beziers and rather than memorize every bezier ever and re-draw it every frame, I'm occasionally taking a picture of the image with:
+ (UIImage *) imageWithView:(UIView *)view: ...
1
vote
1answer
69 views
show an image1 behind another image2 in the white part of the image2 xcode ,objective c
I have an image that contain a form (cercle withe bordure ) and I want to draw a camembert progressing under the image and show the camembert progression in the white part of the image
I succeed to ...
0
votes
3answers
236 views
How to draw a line chart that supports drag around
I want to draw a line chart, displaying data from a database read. I use the X axis to record time, I want the chart to support pan and zoom.
Can anybody help ? I uers core plot,I work one demo it ...
0
votes
1answer
527 views
cocos2d box2d drawing line with ccsprite
I need to draw line which will be box2d body and will be paint by CCSprite object.
Now I could draw very nice line (visible only during debug draw on) but I don't know, from can I get position all ...
0
votes
1answer
167 views
IOS CGContextDrawImage zoom the image, efficiency is very low。
I use CGContextDrawImage zoom the image, but when i Shrink it the efficiency is very low,
Is there any way or to change improve efficiency, thanks.
//bitmap is 1000X1000 when i Shrink it use ...
2
votes
1answer
452 views
how do i clear a draw uiview?
I am currently trying to refresh or clear my UIView draw but a lot of methods aren't working. I tried:
self.Draw.clearsContextBeforeDrawing
[self.Draw setNeedsDisplay];
...
0
votes
0answers
115 views
CGLayer in UIScrollView crashes
I have a class that inherits from UIScrollView. The drawRect function uses a CGLayer to cache the drawing to allow for faster scrolling. Unfortunately the code is crashing every time I try to scroll ...
0
votes
0answers
163 views
IOS CGContextDrawImage or drawInRect framerate
i use CGContextDrawImage to draw some bitmap like this
double cbx = 0.0; //when i touchMoving the screen to change it call [self setNeedDisply] to redraw
double cby = 0.0;
CGContextDrawImage(context, ...
1
vote
2answers
288 views
CCNode override draw() method not working
I want to draw some customized opengl elements, like ccdrawline(). According to cocos2d documentation, I should override draw() method to draw my stuff in my subclassed layer. However it is not ...
3
votes
2answers
613 views
IOS UIImage Image upside down
if i draw my image I fixed the problem use CGAffintrasform
CGAffineTransform myTr = CGAffineTransformMake(1, 0, 0, -1, 0, backImage.size.height);
CGContextConcatCTM(context, myTr);
[backImage ...
-1
votes
3answers
267 views
How to draw seat map in cinema app in iPhone [closed]
I would ilke to make a cinema app in which user can select seat and pay for ticket. I don't know how to draw the seat map. It can be zoom in and out by two fingers pinch gestures. Can anybody give me ...
0
votes
1answer
197 views
iOS - Can't pass UIColor * as a parameter?
I want to pass UIColor * as a parameter, but my program keeps crashing at [paramColour set].
I know I can pass in a string and select the UIColor from there but I'm just wondering why this doesn't ...
0
votes
0answers
188 views
CGContextSetAlpha is acting like multiply
I have a painting app, and if i paint a red dot, then try to paint over it with a yellow dot but at a low alpha value it acts like a multiply blend mode, even if i keep going over the red dot with the ...
1
vote
0answers
286 views
Thick or thin line according to the touch
I am using the core graphics for drawing in my application.
I would like to draw a thick or thin line based on the touch speed ...
I have wrote the following code for drawing the thick or thin line.
...
1
vote
1answer
306 views
Render a thick or thin line according to the touch speed [closed]
I am using Core Graphics to create a drawing application. I would like to draw a thick or thin line based on the touch speed.
I am looking to get an effect similar to what is shown in the image ...
1
vote
1answer
773 views
Objective C Drawing free form shape on top of image
I am working on a iOS 5 iPhone project where users can choose an image on their device, then trace an object inside of the picture (trace an apple out of a picture of a fruit basket), and then the ...
0
votes
1answer
271 views
Ios how to draw UIImage in EAGLContext?
i'm doing an "finger drawing app". I'm using Apple's example [here][1].
But i want to add an undo option. In order to do this, i'm saving the EAGLContext content into an image every time the app ...
0
votes
1answer
669 views
Draw a separator line on UIView in Storyboard
I am trying to draw a straight separator line on an UIView. Basically, this is not so hard but I was wondering if there exists an easier way to do this. For example in the Storyboard.
Actually, I am ...
2
votes
1answer
553 views
How to draw a line like chalk?
I want to draw line, like chalk. And the line's edge is faint. Just like use chalk draw on blackboard.
How do I get this?
Now, I had drawed line using image, but it doesn't look like draw on ...
0
votes
1answer
95 views
Сorrectly implement the blocks in the drawing view
How to correctly implement the blocks in the drawing view, so that when they could cut the line in two parts. Using UIImageView or UIImage?
After the cut blocks should fall under the influence of ...
1
vote
1answer
364 views
How we are assigning values to GLFloat to draw a line in iPhone app?
Finally Mr.Chris helped me to draw a line using GLKview and drawInRect: method. It is working fine. But, i need some clarifications,
How we are assigning values to GLFloat?
const GLfloat line[] =
...
2
votes
1answer
4k views
Draw a straight line using OpenGL ES in iPhone?
Finally i tried to draw a line using OpenGL ES framework in XCode 4.2 for iPhone simple game app.I studied something about GLKView and GLKViewController to draw a line in iPhone. Here is my sample ...
1
vote
1answer
780 views
How to draw a straight line with Animation using OpenGL ES in iPhone Game app?
Am very new to OpenGL ES framework in iPhone. Am started to study about OpenGL ES in iPhone. I want to draw a straight line with animation in the demo iPhone game app. Where the user touching in the ...
0
votes
1answer
44 views
Which is the fastest way to add a rectangle on the front window
We can draw rectangle on the UIImage. And we can also add a sub-view with a backgroundcolor or border. I guess there is other methods to make it, too.
Did someone try to analyze them?
Which is the ...
1
vote
1answer
755 views
Draw two parallel line using CAShape Layer
I am drawing single line by
CAShapeLayer *lineShape = nil;
CGMutablePathRef linePath = nil;
linePath = CGPathCreateMutable();
lineShape = [CAShapeLayer layer];
lineShape.lineWidth = 1.0f;
...
0
votes
1answer
302 views
draw only straight line not smooth
-(void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
mouseSwiped = YES;
UITouch *touch = [touches anyObject];
CGPoint currentPoint = [touch locationInView:scrollView];
//[self ...
0
votes
1answer
496 views
Draw image in cocos2d
I have main function where i draw background:
-(id) init
{
if( (self=[super init])) {
CGSize size = [[CCDirector sharedDirector] winSize];
CCSprite * background = [CCSprite ...
1
vote
0answers
175 views
Draw path in the scroll view performance
I have a view inside UIScrollView which has CATiledLayer (mapView).
Map can be scaled and scrolled.
The method viewForZoomingInScrollView: of the UIScrollViewDelegate returns mapView. On top of ...
0
votes
1answer
277 views
iOS CGContextDrawPDFPage memory not thread safe
When i draw a PDF i saw from instruments that if the CGContextDrawPDFPage method is not called from main thread, creates a leak in memory.
Someone has encountered the same problem?
Any help is ...
1
vote
3answers
536 views
Draw a circle representing remaining time
I want to draw a circle in my application.
Actually, there is a timer for 20 seconds and I have to draw a circle with red and green colors, according to the remaining time.
Please help me if you ...


