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
Post a Comment