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
The expected behaviour is that all 4 methods would be called again. This is a regression of #2993.
Relevant log output
Additional context
Downgrading to 6.6.0 fixes the issue. All 4 methods are called.
The text was updated successfully, but these errors were encountered:
r3econ
changed the title
mapViewDidFinishLoadingMap and mapViewDidFinishRenderingMap MLNMapViewDelegate methods are not called
mapViewDidFinishLoadingMap and mapViewDidFinishRenderingMap MLNMapViewDelegate methods are not called in 6.10.0
Feb 7, 2025
MapLibre iOS Version
6.10.0
iOS Version
18.X.X
Device
iPhone 14, iPhone Simulators
What happened?
Some of the
MLNMapViewDelegate
methods are not being called.Steps to reproduce
Scenario
MLNMapView
view, separate delegates.Test results
App starts, first tab is shown. All 4 delegate methods are called.
User switches to the second tab. Only 2 delegate methods are called.
The expected behaviour is that all 4 methods would be called again. This is a regression of #2993.
Relevant log output
Additional context
Downgrading to 6.6.0 fixes the issue. All 4 methods are called.
The text was updated successfully, but these errors were encountered: