Select to view content in your preferred language

Transparency / alpha for layers

2872
2
Jump to solution
07-17-2013 03:43 PM
ChristopheFondacci
Occasional Contributor
Hi!

There is no way for adjusting transparency of a layer in the iOS framework, while this feature does exist in all other platforms. It was even possible in earlier versions of the SDK (<10.1.1) through the mapLayerViews which returned the AGSLayerView. Through this layer view we could set the "alpha" property.

This is very annoying that such basic settings could no longer be defined. Is there any plan to fix this ?

Christophe.
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
Each layer has opacity property which you suppose to use.

Hope this helps!

Regards,
Nimesh

View solution in original post

0 Kudos
2 Replies
NimeshJarecha
Esri Regular Contributor
Each layer has opacity property which you suppose to use.

Hope this helps!

Regards,
Nimesh
0 Kudos
ChristopheFondacci
Occasional Contributor
Excellent ! You saved my day.
Thank you so much.
0 Kudos