UIアイテムに表示させるフォントの色などの設定
self.TextLabel = [self newLabelWithPrimaryColor:[UIColor colorWithRed:0.0 green:0.5 blue:1.0 alpha:1.0]
selectedColor:[UIColor whiteColor] fontSize:14.0 bold:YES];
上記のようにす…
– (void)mapView:(MKMapView*)mapView
annotationView:(MKAnnotationView*)view
calloutAccessoryControlTapped:(UIControl*)control
メソッドでタップされたannotationのタイトルなど詳細を取得
http://iphone-app-developer.seesaa.net/article/145269138.html
この投稿へのコメント
コメントはまだありません。