-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can I create an MKAnnotation, or is it read only? I have coordinates, but I am not finding it easy to manually create an MKAnnotation with using setCoordinate.
Ideas?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all, i'm developing an application for iPad. I have a mapview with several annotations. I need to show a pop-over when the accessory callout method is called, so that the arrow of the popover will point towards the annotation. I am trying to use 'initWithRect' method of the popover, but i'm not…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi everyone, i'm having problems trying to update an annotation location with different coordinates. Is there any way I can change de location property without having to create another annotation? I've tried the code below with no luck. The annotation i'm trying to get is not updating its location…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have two views, the first view has an MKMapView on it named ridesMap. The second view is just a view with a UITableView in it. When you click the save button in the second view, it calls a method from the first view:
// Get my first views class
MyRidesMapViewController *rideMapView = [[MyRidesMapViewController…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a MKMapView that has a pin and when pressed shows the annotiona Title and SubTitle.
Is there a way in code to have this text shown automatically so the user need not click it?
If I have many pins, can the all appear as well?
>>> More