Mark Lesbirel
Mark Lesbirel

Reputation: 43

How can I simulate a 'moving' location in Xcode 6.3.1

Trying to extract some moving location data while training in Swift, and the simulator now only has fixed locations (London, New York etc).

I think you used to be able to simulate moving via car or cycle.

Is it possible to simulate a moving location?

thx

Upvotes: 3

Views: 2232

Answers (1)

Shiva Kumar
Shiva Kumar

Reputation: 399

To simulate a moving location go to in iOS Simulator settings select below menu(make sure your map is displaying on simulator first then do as below).

Debug -> Location -> Select "City Bicycle Ride" or "Freeway Drive"

enter image description here

Upvotes: 5

Related Questions