Touch event handled by multiple views
问题 I have a subclass of UIView on top of a UITableView . I am using the UITableView to display some data and, at the same time, I would like to overlay an animation that follows the finger (for instance, leaving a trail). If I get it right, I need the touch events to be handled both by the UIView subclass and the UITableView . How can I do that? Is it possible to have, ie, touchesMoved being triggered on the UIView subclass and then on UITableView ? Thank you so much for any help. 回答1: The way I