我一直在这里闪过一些关于 xcode iOS 编程的问题,而且我看到越来越多的人说“作为 blabla 的代表”这样的话:
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation
{
currentLocationAnnotation = [annotation retain];
}
但我永远无法帮助我,因为我不明白这意味着什么,以及我必须把它放在哪里,如果我把它放在我的 .m 文件中,它就不起作用,如果我把它放在我的 AppDelegate.m它也不起作用。
请帮忙 :)