How to simulate a "moving" location in Xcode 6.3.1

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

I think you could simulate driving through a car or cycle.

Can a moving location be simulated?

THH

+3


source to share


1 answer


To simulate a moving location, go to the iOS Simulator settings, select the menu below (make sure your map is displayed on the simulator, then do as shown below).

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



enter image description here

+4


source







All Articles