Hi
How can I show an image on an image view after touching a particular area on an iphone? If the user taps on that particular area, I have to find the touch coordinates and change the image.
How is this possible?
Thanks for any help
Balraj Verma
|
|
Hi How can I show an image on an image view after touching a particular area on an iphone? If the user taps on that particular area, I have to find the touch coordinates and change the image. How is this possible? Thanks for any help Balraj Verma
|
|||
|
|
|
|
Did you look at the documentation? Suppose you implement
Changing the image is also pretty straight forward:
I hope this helps. The question is a little vague. If you need more help, add the the code you have, or a specific question about what you are trying to do. |
||
|
|
|
|
The Touches sample on the apple developer site (requires log in) shows how to move images around based on touch events. |
||
|
|