You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
hide the mapview by pushing another UIViewcontroller over it
pop the pushed view controller
Expected behavior
Content insets should be the same as before
Actual behavior
Content insets are reverted to 0, and further attempts to set the content insets are ineffective.
The gif shows the original inset offsetting the map center downwards, after showing and removing another view controller, the map has been displaced upwards. Any resetting of the insets from this point on is ineffective.
Platform: iOS
Mapbox SDK version: 4.0.2
Steps to trigger behavior
Expected behavior
Content insets should be the same as before
Actual behavior
Content insets are reverted to 0, and further attempts to set the content insets are ineffective.
The gif shows the original inset offsetting the map center downwards, after showing and removing another view controller, the map has been displaced upwards. Any resetting of the insets from this point on is ineffective.