File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
GestureRecognizer-Samples/GestureRecognizers/GestureRecognizers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ - (void)viewDidLoad
25
25
[super viewDidLoad ];
26
26
27
27
// 全てのジェスチャを設定
28
- [self addTagGestureRecognizer : _allGesturesView];
28
+ [self addTapGestureRecognizer : _allGesturesView];
29
29
[self addPinchGestureRecognizer: _allGesturesView];
30
30
[self addPanGestureRecognizer: _allGesturesView];
31
31
[self addSwipeGestureRecognizer: _allGesturesView];
@@ -69,7 +69,7 @@ - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interface
69
69
#pragma mark -
70
70
#pragma mark addGestrueRecognizers
71
71
72
- - (void )addTagGestureRecognizer : (UIView *)view
72
+ - (void )addTapGestureRecognizer : (UIView *)view
73
73
{
74
74
/* 1本指 */
75
75
// 1本指でシングルタップ
You can’t perform that action at this time.
0 commit comments