标签: ios mkmapview mkannotation
有没有办法删除最后添加的注释?
答案 0 :(得分:3)
[self.mapView removeAnnotation:self.mapView.annotations.lastObject];