I have implemented game application in which i want to draw line between two object.I have drawn line between two objects.But i want to draw with animation.can u advise me which ...
I am trying to draw images to the iphone screen by changing the images of a UIImageView in a loop. But since there was no much response on the screen than ...
I have been searching around, but there seems no good answer for this simple question. So I am asking again: how to animate line-drawing in iphone dev?
Basically what I want is ...
I have an application with a custom CALayer subclass. In this layer subclass i have overwritten the - (void) drawInContext:(CGContextRef)ctx method. This works fine and all my custom content is drawn.
Now ...
Can someone advise what method is used to for the following scenario:
user touches the screen then drags their finger away from this point and a line is drawn, but as they ...
I want to draw a line(on iphone) such that i can view each pixel being draw.
I am currently calling the drawRect method using a timer.
Following is the code where i am ...