UITapGestureRecognizer is a concrete subclass of UIGestureRecognizer that looks for single or multiple taps.
I have a UIScrollView to which I added a single tap gesture recognizer to show/hide some UI overlay using: …
ios objective-c uiscrollview uitapgesturerecognizerWhat 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 uitapgesturerecognizerI am stuck with a problem of determining how to detect a UIView being touched down and UIView being tapped. …
ios uitapgesturerecognizerI tried to make a simple tap gesture and I can't figure it out. I want to add a target, …
ios swift uitapgesturerecognizerI'm having a little trouble with the gestures. I'm trying to use both tap and long press on the same …
ios swift uigesturerecognizer uitapgesturerecognizerI am using a NIB file to layout a custom table view cell. This cell has a label with outlet …
ios uitapgesturerecognizerI added two uiimageviews, one on another subview uiview (imageview1,imageview2). In the first view the top uiimageview is hidden(…
objective-c uiimageview uitapgesturerecognizer ios6.1searched already some possible fixes but all did not solve mine. i keep clicking the cell in the uitableview rather …
iphone ios uitableview uibutton uitapgesturerecognizersince I couldn't use any framework to create an photo album, I'm trying to create my own using Collection View, …
objective-c uicollectionview uitapgesturerecognizerCould someone please help me recognise a tap when a user taps on the Title in the Navigation Bar? I …
ios swift uinavigationcontroller uitapgesturerecognizer