This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
MGLMapView.style is not key-value compliant #6096
Labels
bug
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
release blocker
Blocks the next final release
runtime styling
Milestone
MGLMapView’s
style
method is implemented as a factory method, returning a newly allocated MGLStyle object every time it’s called. But it should be a property and a KVO-compliant one at that: MGLMapView should own an MGLStyle object that it holds onto untilstyleURL
changes./cc @frederoni
The text was updated successfully, but these errors were encountered: