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 has been archived by the owner on Aug 8, 2023. It is now read-only.
Probably related to #4352
Steps to reproduce
Expected behavior
Actual behavior
example:
The mapViewcontroller is 400 px height.
contentInset is 0
A new controller changes the map size as in #4352 and pushes the bottom constraint of the map up 200 px.
The map is now 200 px height.
The expected behaviour is that the map with the new size has also contentInset = 0
However the new map has contentInset =
(0,0,100,0)
Resetting the constraint of the map to zero brings back the size to 400px..
however the new map has content inset inverted to the animation =
(100,0,0,0)
Configuration
Mapbox SDK versions: 5.2.0-beta.1
iOS/macOS versions: iOS 12
The text was updated successfully, but these errors were encountered: