Hey guys, I just joined and I'm slowly learning iPhone-specific programming so bear with me
.
I would like to use the motion sensor to move an image multi-directionally around the screen, but haven't found much in the way of help from the documents except for how to access the coordinates. What is the best way to do this?
What I want to do is pretty basic:
I have two images, and I want to draw a line that is flexible from one image to the other. This involves using physics to have the second image fling in different directions than the first one. First, should I use OpenGLES, even though all I need is the one 'string,' Quartz, or just draw it plainly?
Thanks
I would like to use the motion sensor to move an image multi-directionally around the screen, but haven't found much in the way of help from the documents except for how to access the coordinates. What is the best way to do this?
What I want to do is pretty basic:
I have two images, and I want to draw a line that is flexible from one image to the other. This involves using physics to have the second image fling in different directions than the first one. First, should I use OpenGLES, even though all I need is the one 'string,' Quartz, or just draw it plainly?
Thanks