I have a view based Window, on the view I added single tap UIGestureRecognizer. I then added a new popover type view, which let's name "Popover view", on this view with a `UIButton' on it.

So now when I click on UIButton, it calls the single tap UIGestureRecognizer action, but I want it to go into UIButton method.

Basically, the structure is:

UIViewCintroller.view + single tap UIGestureRecognizer ---> on top added (A "Popover View" + UIButton on it).

Now I want it to do something when the UIButton is clicked, and the single tap UIGestureRecognizer.

But it is only calling the single tap UIGestureRecognizer method.

Thanks.

link|improve this question

0% accept rate
1  
You can find the answer here: stackoverflow.com/questions/4825199/… – jaminguy Sep 1 '11 at 16:00
Thanks a lot!!!!..its done :) – Rohit Singhal Sep 1 '11 at 16:11
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.