- (void)mapView:(MKMapView*)mapView
annotationView:(MKAnnotationView*)view
calloutAccessoryControlTapped:(UIControl*)control
メソッドでタップされたannotationのタイトルなど詳細を取得
http://iphone-app-developer.seesaa.ne…
WordPressでログイン中のユーザーIDを取得
global $userdata;
get_currentuserinfo();
echo $userdata->ID;
この投稿へのコメント
コメントはまだありません。