tags:

views:

22

answers:

1

Hi!

I have scrollView added in xib & i am adding an imageview to it programmatically.Now I am not able to detect touch event on this imageview though i have enabled userinteraction for imageview.Actually I want to use the location where the imageview was touched.

A: 

Hey ! I have found a solution for that. Just make another class as a subclass of UIImageView and write all your touches method there.They will be invoked

sherry