如何启动新的 iOS 6 Plan 应用程序?
对于以前的 iOS,我使用:
UIApplication *app = [UIApplication sharedApplication];
[app openURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://maps.google.com/maps?ll=%f,%f",self.mapView.userLocation.coordinate.latitude,self.mapView.userLocation.coordinate.longitude]]];
有人有想法吗?