I have four imageview in sequence on a screen setting with custom background images. When user touches an imageview (for ex: user touches second imageview), can i get touch notification with which imageview is touched?
I have array of imageview already and placed, and i have to implement touch event and under that identify which imageview is selected.
I want help from some one who can have suggestions to develop this, please suggest me?
thanks.
you can use custom buttons instead of UIImages. so it will be easy to find which of them was pressed.