<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Access AGSArcGISMapImageSubLayer.sublayers error if layer is a group layer in map service (ArcGIS iOS swift SDK 100)? in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/access-agsarcgismapimagesublayer-sublayers-error/m-p/594914#M5166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having the same issue, any luck on&amp;nbsp;work around yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2018 18:56:36 GMT</pubDate>
    <dc:creator>JamesElkins</dc:creator>
    <dc:date>2018-11-06T18:56:36Z</dc:date>
    <item>
      <title>Access AGSArcGISMapImageSubLayer.sublayers error if layer is a group layer in map service (ArcGIS iOS swift SDK 100)?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/access-agsarcgismapimagesublayer-sublayers-error/m-p/594913#M5165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(ArcGIS iOS swift SDK 100) Cannot access&amp;nbsp;AGSArcGISMapImageSubLayer.sublayers if layer is a group layer in map service (mxd). The app is hang on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 02:26:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/access-agsarcgismapimagesublayer-sublayers-error/m-p/594913#M5165</guid>
      <dc:creator>PhamTheVinh</dc:creator>
      <dc:date>2018-10-24T02:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Access AGSArcGISMapImageSubLayer.sublayers error if layer is a group layer in map service (ArcGIS iOS swift SDK 100)?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/access-agsarcgismapimagesublayer-sublayers-error/m-p/594914#M5166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having the same issue, any luck on&amp;nbsp;work around yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2018 18:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/access-agsarcgismapimagesublayer-sublayers-error/m-p/594914#M5166</guid>
      <dc:creator>JamesElkins</dc:creator>
      <dc:date>2018-11-06T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Access AGSArcGISMapImageSubLayer.sublayers error if layer is a group layer in map service (ArcGIS iOS swift SDK 100)?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/access-agsarcgismapimagesublayer-sublayers-error/m-p/594915#M5167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is still a bug. Android SDK 100.0 do not have this bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution is &lt;EM&gt;reflection&lt;/EM&gt; please see the code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(lyr is an &lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; word-wrap: break-word; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: transparent;"&gt;AGSArcGISMapImageSubLayer object&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let sublayers=&lt;EM&gt;&lt;STRONG&gt;lyr.value(forKey:"_subLayers") as! NSMutableArray&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;for sublyr in sublayers{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; let slyr=(sublyr as!&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;AGSArcGISMapImageSubLayer)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: arial,helvetica,'helvetica neue',verdana,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;…...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 04:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/access-agsarcgismapimagesublayer-sublayers-error/m-p/594915#M5167</guid>
      <dc:creator>PhamTheVinh</dc:creator>
      <dc:date>2018-11-07T04:52:45Z</dc:date>
    </item>
  </channel>
</rss>

