| iOS and Apps All your questions and discussion of iOS or iOS Apps. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Jun 28, 2011
Posts: 1
![]() |
dear all
i have a problem with xcode mapkit annotation ... its been three weeks but no luck .... i'm trying to show a picture insted of a pin and also callout withthe blue arrow to link it to other views .... this is the code : - (void)viewDidLoad { [super viewDidLoad]; MKCoordinateRegion Kuwait = {{0.0,0.0},{0.0, 0.0}}; Kuwait.center.latitude = 29.291190; Kuwait.center.longitude= 47.801514; Kuwait.span.latitudeDelta = 2; Kuwait.span.longitudeDelta = 2; [mapView setRegion:Kuwait animated:YES]; MyAnnotation *marker = [[MyAnnotation alloc]init]; marker.title = @"fist Target"; marker.subtitle = @"Ahmad Alkandri"; marker.coordinate = Kuwait.center; [mapView addAnnotation:marker]; [mapView setRegion:Kuwait animated:YES]; } - (MKAnnotationView *) mapView MKMapView *) mapView viewForAnnotation id ) annotation {MKPinAnnotationView *customPinView = [[[MKPinAnnotationView alloc] initWithAnnotation:annotation reuseIdentifier:nil] autorelease]; customPinView.pinColor = MKPinAnnotationColorGreen; customPinView.animatesDrop = YES; customPinView.canShowCallout = YES; return customPinView; } |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Preview annotation replace text | GDMate | OS X - Apps and Games | 0 | 05-08-2011 10:33 PM |
| Document/ email annotation | Axxll | OS X - Apps and Games | 0 | 05-16-2009 07:27 AM |
All times are GMT -4. The time now is 06:32 AM.
Powered by vBulletin