Ans :
self.mapView.myLocationEnabled = YES to hide the blue dot.
set a class to implement CLLocationManagerDelegate to track user's location.
https://stackoverflow.com/a/40058423
self.mapView.myLocationEnabled = YES to hide the blue dot.
set a class to implement CLLocationManagerDelegate to track user's location.
https://stackoverflow.com/a/40058423
No comments:
Post a Comment
Thanks