viewcontroller with two UIViews, how to track touches?
I have a Viewcontroller with two UIViews that together cover the whole screen (they do not overlap). How do I set the delegation up correctly so that the viewcontroller can handle the touches from both UIViews?
|