This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
MGLCalloutView should extend UIView, not NSObject #7523
Labels
annotations
Annotations on iOS and macOS or markers on Android
bug
iOS
Mapbox Maps SDK for iOS
macOS
Mapbox Maps SDK for macOS
Milestone
The MGLCalloutView protocol extends NSObject, but the documentation for it says an instance of MGLCalloutView must be a kind of UIView, and in fact that’s the assumption this line makes. We should correct the declaration of this protocol to extend UIView as documented.
/cc @frederoni
The text was updated successfully, but these errors were encountered: