ios - MapView change UserAnnotationView position -


i know how can change position of userannotationview?
have tried:
* change position of view, user location changes , annotationview go user location, stopped location updates location manager.
* create copy of annotation view , added subview can see square in view hierarchy debugger, not display on mapview
if know how can create view same animation of blue dot, fine or if have class imitating same behavior of view.
if have idea, let me know...
in advice

why want change user annotation? annotation object represent user’s current location.

if want change annotation, set map.showsuserlocation false , set custom annotation on location want to.

but shouldn't change userlocation annotation , don´t think it´s possible.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -