How do I move the attribution to the top of the map (Objective-C)?

456
1
12-21-2018 12:15 PM
ScottFerguson
New Contributor

We would like to move the "Powered by ESRI" attribution to the top of the map, but aren't sure how to use the MapView API to best achieve this.

0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor

Hi Scott,

Unfortunately, there is no way to move the attribution from bottom of the MapView. The only API available to work with it are attributionText, attributionTextVisible and attributionTopAnchor.

You can hide the attribution using attributionTextVisible and add your own attribution on the top. 

Hope this helps!

Regards,

Nimesh