2
votes
0answers
102 views

IOS 6.0 MKAnnotation callout bubble strange behavior

I resently faced some strange issue on IOS 6.0 related to MKAnnotation (part of MKMap Kit) May be some of you fased the same, or have idea or advise how to skip/avoid/solve it. Here it is I need some ...
2
votes
0answers
223 views

How to find if mapview pins are overlapping and zoom?

I want to zoom-in if there are multiple pins that overlapping and if they are not just want to show some detail page. I've came up with a solution but it works most of the time but not always - ...
1
vote
0answers
106 views

Rotation issue using UIActivityViewController in a MapView

In my iOS app I have a Map View that I called mappa. I just add a UIActivityViewController that appears when a callout is pressed from an annotation View. I use this code to display it: - ...
1
vote
0answers
113 views

iOS Map: Deselect Annotation Only on Map Click

I have map with annotations and some buttons and views around it. I'm using didSelectAnnotationView and didDeelectAnnotationView but deselect appears to be called anytime anything on screen is ...
1
vote
0answers
289 views

Smooth movement of MKAnnotation on MKPolyline in Xcode

I am working on an app that can suggests routes from point A to point B on a map. I'm drawing the routes using MKPolyline. My problem is that when the route is suggested and the app user is ...
1
vote
0answers
117 views

How to make the entire annotation(title) callout clickable

How to make the entire annotation(title) callout clickable?I am using MKAnnotation to show the callout.Is it possible without custom callout method? Need help on this
0
votes
0answers
14 views

center point of MKAnnotation callout

can I readjust the center point of a MKAnnotationView's callout? I already have a custom center point for my MKAnnotationView but the callout does not seem to align with it. Thanks
0
votes
0answers
59 views

IOS MapKit - How to put an image near the annotation description

I have created a custom MKAnnotation. and manage to put a custom pin also. But I couldn't find where can I put an image near the text (In the attached image - the red circle). The code for the ...
0
votes
0answers
38 views

Trying to Customize Annotation

I implemented my custom annotation method with the code below, but my annotation from that class are still coming up as the default red pin and not my custom image. Any help will be appreciated. - ...
0
votes
0answers
91 views

Showing view after selecting map annotation

I am trying to create custom map annotations on a map view with data from an array and also showing a UIView when selecting each map annotation (similar to callout). However, the UIView sometimes ...
0
votes
0answers
147 views

MKPointAnnotation was deallocated while key value observers

I am getting below error, while adding annotation An instance 0x21fcadd0 of class MKPointAnnotation was deallocated while key value observers were still registered with it. Observation info was ...
0
votes
0answers
78 views

How to place a pin without overlapping when 2 annotation pin have same coordinates?

I'm currently working on displaying locations in MKMapView, but i don't know how to place 2 MKAnnotation pins in map when both has same coordinates. For example, if both has same location London, then ...
0
votes
0answers
53 views

iOS creating a MKAnnotation class similar to UserLocation

I have an application that fetches an array of coordinates from a db every second. The coordinates are constantly changing because they are the location of another device, and every time that device ...
0
votes
0answers
33 views

Accessing and Saving User Added Pin Annotations

I'm rather new to iOS development and coding in general so forgive me in advance for my overall newbiness. The Problem I'm in process of forming an app that uses MKMapView with pins that only the ...
0
votes
0answers
83 views

MKAnnotation Appearing partially off screen

Im just getting started using Maps in iOS. When I place this annotation on the screen and run simulator it shows up just fine. When I run this on my device (iphone 4 and iphone 5) it appears off the ...

1 2 3 4 5 6
15 30 50 per page