Definition at line 14 of file TextPlatformView.m.
◆ touchesBegan:withEvent:
- (void) touchesBegan: |
|
(NSSet<UITouch*>*) |
touches |
withEvent: |
|
(UIEvent*) |
event |
|
|
| |
|
implementation |
Definition at line 17 of file TextPlatformView.m.
23 :(NSSet<UITouch*>*)touches withEvent:(
UIEvent*)
event {
24 [self.testTapGestureRecognizerDelegate gestureTouchesBegan];
25 [super touchesBegan:touches withEvent:event];
26}
◆ touchesEnded:withEvent:
- (void) touchesEnded: |
|
(NSSet<UITouch*>*) |
touches |
withEvent: |
|
(UIEvent*) |
event |
|
|
| |
|
implementation |
Definition at line 17 of file TextPlatformView.m.
28 :(NSSet<UITouch*>*)touches withEvent:(
UIEvent*)
event {
29 [self.testTapGestureRecognizerDelegate gestureTouchesEnded];
30 [super touchesEnded:touches withEvent:event];
31}
◆ testTapGestureRecognizerDelegate
The documentation for this class was generated from the following file: