how to show current location on MKMapView

Viewed 33776

I am using MKMapView on my application. i need to show current location on simulator.
is it possible. to show current location on simulator.

3 Answers

Simulator will not show user current location no matter whether it is iOS 6, 6.1 or iOS 7. To simulate location you can see here. If you want to show user current location then run your app in device or change simulator setting -

from the simulator's menu choose Debug > Location > Custom Location....

Related