Top "Uitapgesturerecognizer" questions

UITapGestureRecognizer is a concrete subclass of UIGestureRecognizer that looks for single or multiple taps.

ScrollView gesture recognizer eating all touch events

I have a UIScrollView to which I added a single tap gesture recognizer to show/hide some UI overlay using: …

ios objective-c uiscrollview uitapgesturerecognizer
UITapGestureRecognizer - make it work on touch down, not touch up?

What I'm using the tap event for is very time-sensitive, so I'm curious if it's possible to make UITapGestureRecognizer activate …

ios objective-c swift uitapgesturerecognizer
iOS Detect tap down and touch up of a UIView

I am stuck with a problem of determining how to detect a UIView being touched down and UIView being tapped. …

ios uitapgesturerecognizer
UITapGestureRecognizer with target - Swift

I tried to make a simple tap gesture and I can't figure it out. I want to add a target, …

ios swift uitapgesturerecognizer
Button tap and long press gesture

I'm having a little trouble with the gestures. I'm trying to use both tap and long press on the same …

ios swift uigesturerecognizer uitapgesturerecognizer
How can I add a UITapGestureRecognizer to a UILabel inside a table view cell?

I am using a NIB file to layout a custom table view cell. This cell has a label with outlet …

ios uitapgesturerecognizer
tap gesture not recognized on uiimageview

I added two uiimageviews, one on another subview uiview (imageview1,imageview2). In the first view the top uiimageview is hidden(…

objective-c uiimageview uitapgesturerecognizer ios6.1
can't click UIButton inside a cell in UITableview

searched already some possible fixes but all did not solve mine. i keep clicking the cell in the uitableview rather …

iphone ios uitableview uibutton uitapgesturerecognizer
Handling Tap Gesture in a UICollectionView

since I couldn't use any framework to create an photo album, I'm trying to create my own using Collection View, …

objective-c uicollectionview uitapgesturerecognizer
Recognize tap on navigation bar title

Could someone please help me recognise a tap when a user taps on the Title in the Navigation Bar? I …

ios swift uinavigationcontroller uitapgesturerecognizer