Select to view content in your preferred language

Change the background which appears while map is loading

1675
1
Jump to solution
03-09-2014 02:34 PM
josefkinseher
New Contributor
Hello,

does anyone have an idea how to change the background which appears while a map is loading?
I know I can change the color using     self.mapView.backgroundColor = [UIColor grayColor];
, but I also want to remove the raster like in the following screenshot.

[ATTACH=CONFIG]32061[/ATTACH]

Thanks a lot in advance.
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
So, you want background but not the square grid? If yes, you can set the gridLineWidth to 0.

Regards,
Nimesh

View solution in original post

0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
So, you want background but not the square grid? If yes, you can set the gridLineWidth to 0.

Regards,
Nimesh
0 Kudos