MKMapView .. addAnnotation方法内存管理

时间:2012-02-15 10:46:59

标签: mkmapview

有很多关于使用MapView和Annotations的教程...... 所有人都喜欢的一件事是,每当他们向地图视图添加注释时, 在为Annotation分配内存后,他们不会释放它..

MyAnnotaion *annotation = [[MyAnnotation alloc] initWithCoordinate:coordinate];
[mapView addAnnotation:annotation]
// No release Statements for Annotation ..

为什么有这么多这样的例子.. ?? MKMapView addAnnotation调用不会保留在注释对象上吗?

0 个答案:

没有答案