MKMapView regionDidChangeAnimated not always called!

后端 未结 5 1794
北荒
北荒 2021-01-17 14:31

This is frustrating me!!!

It will be called most of the time but then it stops responding to the pinches. It will be called on a screen rotate and a double tap. No

5条回答
  •  日久生厌
    2021-01-17 15:30

    I was moving the map in code and then it appears I needed to call

    [mapView setNeedsDisplay];
    

    After!

提交回复
热议问题