azamsharp
azamsharp

Reputation: 20068

MapKit Changing the User Location Programmatically

I am trying to make a jogging app which will track where the user ran. It will draw a line on the map where the user is running. My problem is that how to test such an app. Is there anyway I can dynamically change the user location which will fire the didUpdateUserLocation delegate method?

Upvotes: 0

Views: 853

Answers (1)

Felix
Felix

Reputation: 35384

The iOS Simulator supports that feature in the current beta version. You can even simulate a dynamically updating location.

Upvotes: 1

Related Questions