I'm trying to hide the blue dot of the user location in my Swift 4 app. I have attempted to turn it off in the storyboard but this doesn't seem to solve the problem.
Asked
Active
Viewed 379 times
0
-
1Could you share some code of what you have implemented? – Paul Peelen Jun 07 '18 at 13:33
1 Answers
2
You should set the showUsersLocation
to false
on your MKMapView
.
https://developer.apple.com/documentation/mapkit/mkmapview/1452682-showsuserlocation

rmaddy
- 314,917
- 42
- 532
- 579

Paul Peelen
- 10,073
- 15
- 85
- 168