maplibre / maplibre-navigation-ios

MapLibre Navigation SDK for iOS
Other
29 stars 27 forks source link

Restore the ability to init NavVC without animations. #73

Closed michaelkirk closed 1 week ago

michaelkirk commented 1 week ago

Prior to #54, the NavigationViewController could only be used modally.

With #54, you can switch between "map mode" and "navigation mode".

An animation was introduced in navigationView.showUI for the sake of smoothly transitioning from "map mode" to "navigation mode".

However, if you are still using the NavigationViewController modally, this animation might interfere with other things you were doing - like zooming before presentation.

michaelkirk commented 1 week ago

/cc @Patrick-Kladek