iPhone Cocoa treat image as a button?

sparkyreich

New member
Joined
Jul 8, 2008
Messages
8
Reaction score
0
Points
1
I have a XCode project with an image of a circle (png). I want it so that when the image is "Touch Down" (like the button function) to call an action. Is this possible? How would I do it?

Thanks!
 
Place that image on button and adjust size of button as of image or use UItouch class
 
Back
Top