我設置了mapView.delegate等 一切都很好,但是當我離開,幾分鐘後我恢復我的應用程序,它退出。 控制檯給我,但我一直沒能解決它: Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:
'Invalid Region <center:-180.00000000, -180.0000
我有地圖的所有概念它是如何工作的,但我陷入了非常奇怪的問題。 只要打開我的地圖控制器,我的默認藍色是可見的(MKUserLocation),但是當我加載自定義引腳(IVMyLocation,Annotation類)時,默認引腳消失。 我妥善管理刪除自定義引腳,以便默認銷不應該像消失 for (id<MKAnnotation> annotation in _mapView.annotations)