I have a view controller that creates a few oversight on top of it. All sub-items and the view controller take strokes. How can I transmit touch point information to all subzones on the screen? Keep in mind that each subview covers the entire screen, so after a few additions it looks a bit like pages in a book. That is, any subzones under the top view cannot be directly affected by the user. I tried using [self.nextResponder touchhesBegan: touches withEvent: event], however this only sends touch information from the top sub-subtext to the supervisor, bypassing all the other sub-items on the screen. Thanks
Kevin
source share