Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 ios 的 mkmapview 中检测地图是否已滚动。map 的委托方法没有被调用。请帮忙..
利用
-(void)mapView:(MKMapView *)mapView1 regionDidChangeAnimated:(BOOL)animated
还要确保你的 mapView.delegate = self;