Post

Replies

Boosts

Views

Activity

Reply to Touch event in UIView is not notified
"ThumbnailCell.m" and "ThumbnailView.m" -(void) touchesEnded: (NSSet *) touches withEvent: (UIEvent *) event -(void) touchesBegan: (NSSet *) touches withEvent: (UIEvent *) event -(void) touchesMoved: (NSSet *) touches withEvent: (UIEvent *) event -(void) touchesCancelled: (NSSet *) touches withEvent: (UIEvent *) event A breakpoint is set in, and the thumbnail displayed on the actual iPad (iOS 15.1) is touched for testing. While "ThumbnailCell.m" can get notifications of touch events, Touch event notifications cannot be obtained with "ThumbnailView.m".
Topic: UI Frameworks SubTopic: UIKit Tags:
Dec ’21