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.
-[MGLMapView showAttribution:] should be a public IBAction. That way the developer can implement their own attribution button and easily hook it up to the map view's attribution sheet. The current workaround requires setting the custom button's action to the built-in attributionButton's action, but that's fairly undiscoverable.
On macOS, MGLMapView has a public giveFeedback: action for the same purpose. (Copyright notices are displayed on the map instead of on demand, hence the naming difference.)
-[MGLMapView showAttribution:]
should be a public IBAction. That way the developer can implement their own attribution button and easily hook it up to the map view's attribution sheet. The current workaround requires setting the custom button's action to the built-inattributionButton
's action, but that's fairly undiscoverable.On macOS, MGLMapView has a public
giveFeedback:
action for the same purpose. (Copyright notices are displayed on the map instead of on demand, hence the naming difference.)/ref #1781 (comment)
/cc @frederoni @nosyjoe
The text was updated successfully, but these errors were encountered: