iphone - create a uiview object from cgrect -


i have custom table view cell create 3 images with:

[auiimage drawinrect:somecgrect]; 

is there way can create 3 uiview objects these images, can access them in touchesbegan method find image touched? or there better way?

thanks!

i think better way using uibutton instead uiview. need specify image property , size want.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -