swift - Changing User's Header Orientation -


is there way can change user's heading orientation? if using corelocation , apple mapkit manager.headingorientation = cldeviceorientation.landscapeleft seems can't invert heading.

the mapbox ios sdk handles device rotation heading orientation automatically. can access heading via mglmapview.userlocation.heading, when it’s available.

if need process raw heading differently or need available when heading tracking mode disabled, should instantiate own location manager.

if we’re doing incorrectly heading, we’d love hear on github.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -