iphone - Object at point -


in imageview create , add new imageviews subview every time image tapped twice. i've added single tap gesture newly added subview. when subview(the new imageview) tapped once navigated view controller. but, problem latter effect latest added subview. let's i've added 5 imageviews. navigated away when tap 5th imageview. how can make happen no matter subview tapped?

without seeing code, can guess using gesturerecognizer detect tap in added uiimageview. if case, can't reuse recognizer since can attached 1 view. you'll need create new recognizer each uiimageview add main view.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -