I have a normal mapView, which can tell the users location, but when users location is located my map doesn't suddenly zoom in to the users location like Apples maps application.
Does anybody know how to implement this feature!
|
|
|
Implement the didUpdateUserLocation delegate method:
Make sure your map view's delegate is set. |
|||||||||||||||||
|