Top "Uitapgesturerecognizer" questions

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

How to detect a tap gesture in subviews

Quick question: how do i detect if a tap gesture recognizer is within a subview of the view it is …

objective-c ios uiview touch uitapgesturerecognizer
How to capture Tap gesture on MKMapView

I am trying to capture tap event on my MKMapView, this way I can drop a MKPinAnnotation on the point …

ios4 mkmapview uitapgesturerecognizer mkoverlay mkpinannotationview
Detect touch event on UIScrollView AND on UIView's components [which is placed inside UIScrollView]

I have UIViewController on my simple storyboard IPad project which contains UIScrollView which is placed over entire surface (1024 x 768). I …

ios uiscrollview uitapgesturerecognizer
passing parameters to a Selector in Swift

I am building an app for keeping track of reading assignments for a university course. Each ReadingAssignment has included a …

ios swift selector uitapgesturerecognizer
How to tap to zoom and double tap to zoom out in iOS?

I'm developing an application to display a gallery of UIImages by using a UIScrollView, my question is, how to tap …

ios objective-c uiscrollview uitapgesturerecognizer
Problems with gesture recognizer in iOS 7

I'm adding several UIView objects (e.g. 5) to the screen, one inside the other. This, for example, view5.superview = view4, …

ios ios7 uigesturerecognizer gesture uitapgesturerecognizer
iOS - UITapGestureRecognizer - Selector with Arguments

In my app I am dynamically adding images to my view at runtime. I can have multiple images on screen …

ios iphone selector uitapgesturerecognizer
Issue with a UITapGestureRecognizer

I have a main viewController, it is called WelcomeViewController. I have a UIView subclass and that has some view related …

iphone subclass uigesturerecognizer uitapgesturerecognizer
UITapGestureRecognizer initWithTarget:action: method to take arguments?

I'm using UITapGestureRecognizer because I'm using a UIScrollView that acts as a container for my UILabels. Basically I'm trying to …

ios objective-c uiscrollview uilabel uitapgesturerecognizer
hitTest:WithEvent and Subviews

I have 2 views , but i want to make 1 view (virtually) bigger. if I place my tapGesture on v1, the tap …

iphone ios objective-c hittest uitapgesturerecognizer