iPhone
[objc] UITapGesture 탭제스쳐, gesture
tenn
2013. 1. 31. 15:25
UITapGestureRecognizer *pressGesture =
[[UITapGestureRecognizer alloc] initWithTarget:self
action:@selector(doSomethingMethod)];
[targetView addGestureRecognizer:pressGesture];