0

I have a button view that displays a popup view when touched. The popup view overlaps the button completely, but all touchesMoved:withEvent: and touchesEnded:withEvent: events are still routed to the button view. What if I want to handle touches in the popup view? I know I can simply delegate touch events from the button to the popup view by hand, but is there a better solution?

zoul
  • 102,279
  • 44
  • 260
  • 354

0 Answers0