-1

I have a image and the image have in it A glass a cup , two spoon.

This image is showing on the iPad. Now I want when user touch the spoon only, the spoon color will become green rest of the image remain same.

I have no Idea how to do this? And where to start?

Any Idea or suggestions would be highly welcome.

Nisha Singh
  • 143
  • 4
  • 12
  • follow this may be helpful for you http://stackoverflow.com/questions/15131768/how-to-get-a-single-entity-from-an-image – Rajneesh071 May 03 '13 at 09:42

1 Answers1

0

Use CALayer, create CALayer with needed frame and add its to ImageView. CALayer documentation:CALayer Class Reference

SBotirov
  • 13,872
  • 7
  • 59
  • 81