UIViewControllerを使わなくてもピンの色を変更して表示できました。 プログラムがめちゃくちゃ長いですが、お付き合いください。 /* MapViewDelegate.h */ #import <Foundation/Foundation.h> #import <MapKit/MapKit.h> @interface MapViewDelegate : NSObject <MKMapViewDelegate>{ } - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation; @end /* MapViewDelegate.m */ @implementation MapViewDelegate - (MKAnnotationView *)ma