How do i display labels from ArcMap on iOS application? 

714
1
Jump to solution
04-10-2017 03:17 PM
ThomasSaldana
New Contributor II

Hello,

 

I created a map document on ArcMap, and I created polygons in it. I assigned numbers to the polygons, and i am able to see them as labels in ArcMap. However, when i download the layers on my iOS application, the labels of the polygons do not show. Does anyone know how to display labels from ArcMap on an iOS application? I am using swift. Thanks! 

0 Kudos
1 Solution

Accepted Solutions
DiveshGoyal
Esri Regular Contributor

If these are feature layers, you need to explicitly enable the labels in your app using AGSFeatureLayer#labelsEnabled 

View solution in original post

1 Reply
DiveshGoyal
Esri Regular Contributor

If these are feature layers, you need to explicitly enable the labels in your app using AGSFeatureLayer#labelsEnabled