UITapGestureRecognizer *pressGesture =
[[UITapGestureRecognizer alloc] initWithTarget:self
action:@selector(doSomethingMethod)];
[targetView addGestureRecognizer:pressGesture];
UITapGestureRecognizer *pressGesture =
[[UITapGestureRecognizer alloc] initWithTarget:self
action:@selector(doSomethingMethod)];
[targetView addGestureRecognizer:pressGesture];