The title says it all. I'm trying to detect a tap on a pin in a MKMapView and I don't even know where to begin. Its not an UIView, so I can't add a gesture recognizer and I can't find a UIView in MKPlaceMark to add it.
How do I detect Tap and Hold on a pin in MKMapView?
433 Views Asked by virindh At
1
There are 1 best solutions below
Related Questions in MKMAPVIEW
- Reposition legal label ( MKAttributionLabel )
- How to add directions among two custom locations in Mapview for IOS 7 (objective c)
- MKMapView blocks main thread while used in UITableView
- Route not showing in MKMapView?
- How to pre-render MKMapView from other viewcontroller?
- Handle multiple MKAnnotations selected at the same time
- delay showing UIMapView until map fully loaded in Swift
- Programmatically move MKMapView - iOS
- iOS - How to animate the size of a subclassed MKAnnotationView?
- MKMapView setregion swift
- Filter array based on coordinate from mapview frame in objective C
- MKMapView: user location pin color change to gray automatically
- Adding a pin annotation to a map view on a long press in swift
- How to add Custom UIView as MKMapView Overlay
- Determine if coordinate is inside region (MKMapView, solve in PHP)
Related Questions in MKPLACEMARK
- MKMapitem's Placemark.name is nil when creating MKMapItem from MKPlacemark
- Crash on iOS 9 only: [MKPlacemark initWithCoordinate:]: unrecognized selector
- Auto scroll mkmapview when dragging pin
- MKPlacemark pin title
- MKPlacemark: return US state abbreviation in AdministrativeArea
- Manage many placemarks in MapKit
- iOS: How do I get zip code from a placemark
- iOS: How will I drop a placemark at user's location?
- Forward geocoding with CLGeocoder in iOS returning null for locality of certain locations
- addressDictionary is deprecated first deprecated in iOS 11.0
- Dropping Placemark on current location and separate location mkmapview
- How can I call a function when an MKPlacemark is clicked in MapView (Swift)?
- Create a title for annotation from MKLocalSearch
- Xcode GeoCoding initWithCoordinate function is messing up the Thoroughfare and other 2 fields when reading back from MapItem
- How do I detect Tap and Hold on a pin in MKMapView?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You're question is not very clear but you can do like this:
You can have more details in Thorn web site