Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Assert if -mapView:symbolNameForAnnotation: is implemented #1851

Closed
1ec5 opened this issue Jul 8, 2015 · 0 comments
Closed

Assert if -mapView:symbolNameForAnnotation: is implemented #1851

1ec5 opened this issue Jul 8, 2015 · 0 comments
Assignees
Labels
bug iOS Mapbox Maps SDK for iOS
Milestone

Comments

@1ec5
Copy link
Contributor

1ec5 commented Jul 8, 2015

#941 introduced -[MGLMapViewDelegate mapView:imageForAnnotation:] and marked -mapView:symbolNameForAnnotation: unavailable. But marking a delegate method unavailable just means you can’t call it directly. If you implemented it for a previous release of Mapbox GL, your app will continue to run, but your markers will revert to the default. We should assert if the old method is implemented, with a note to move to the new API.

/ref mapbox/mapbox-gl-styles#162
/cc @incanus

@1ec5 1ec5 added bug iOS Mapbox Maps SDK for iOS labels Jul 8, 2015
@1ec5 1ec5 added this to the iOS Beta 3 milestone Jul 8, 2015
incanus added a commit that referenced this issue Jul 8, 2015
fixes #1851: assert if -mapView:symbolNameForAnnotation: is implemented
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug iOS Mapbox Maps SDK for iOS
Projects
None yet
Development

No branches or pull requests

2 participants