<?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: TOC Equivalent In SDK 100.x in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232595#M2171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shimin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent. &amp;nbsp;Let us know if there's anything else we can help with. &amp;nbsp;I'm going to forward your feedback about the guide documentation to the appropriate people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2018 17:12:20 GMT</pubDate>
    <dc:creator>MarkDostal</dc:creator>
    <dc:date>2018-03-21T17:12:20Z</dc:date>
    <item>
      <title>TOC Equivalent In SDK 100.x</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232592#M2168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our apps are now still on the SDK 10.2.5 and we are thinking to migrate to the SDK 100.2.1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our apps there is a key component TOC (table of content) that is built based on the TOC sample code in the SDK 10.2.x. Layer loading and displaying and feature editing etc are all around the TOC and our users are so used to it. It is a must to have after migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the SDK 100.2.1, I couldn't find any classes that could be used to build the TOC... Is there anything in the SDK 100.x that is similar or equivalent to the classes AGSMapContentsTree, AGSMapContentsLayerInfo and AGSMapContentsLegentElement in the SDK 10.2.5? If there is none currently, any plan to add in the future?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 04:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232592#M2168</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2018-03-20T04:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: TOC Equivalent In SDK 100.x</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232593#M2169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shimin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your question! &amp;nbsp;Yes, there is an equivalent to those classes in the 100.x releases. &amp;nbsp;It is the &lt;EM&gt;AGSLayerContent&lt;/EM&gt; protocol, which all layer classes&amp;nbsp;implement, since the base class &lt;EM&gt;AGSLayer&lt;/EM&gt; implements it. &amp;nbsp;It will have everything you need to construct a TOC. &amp;nbsp;The documentation for &lt;EM&gt;AGSLayerContent&lt;/EM&gt; can be found here: &amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/ios/latest/api-reference/protocol_a_g_s_layer_content-p.html" title="https://developers.arcgis.com/ios/latest/api-reference/protocol_a_g_s_layer_content-p.html"&gt;ArcGIS Runtime SDK for iOS: Protocol Reference&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have not yet provided a TOC sample or Toolkit component, but there is a Legend Toolkit component. &amp;nbsp;The legend will loop through all of the map/scene's operational layers, recursively going through all sublayers to build the legend. &amp;nbsp;The methodology in there will be very similar to that of a TOC. &amp;nbsp;You can find it here: &amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-ios" title="https://github.com/Esri/arcgis-runtime-toolkit-ios"&gt;GitHub - Esri/arcgis-runtime-toolkit-ios: Toolkit components that will simplify your iOS app development with ArcGIS Run…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source code is provided and can be found in that GitHub repo here: &amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-ios/blob/master/Toolkit/ArcGISToolkit/LegendViewController.swift" title="https://github.com/Esri/arcgis-runtime-toolkit-ios/blob/master/Toolkit/ArcGISToolkit/LegendViewController.swift"&gt;arcgis-runtime-toolkit-ios/LegendViewController.swift at master · Esri/arcgis-runtime-toolkit-ios · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if you need more help or have any other questions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232593#M2169</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2018-03-20T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: TOC Equivalent In SDK 100.x</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232594#M2170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Mark and the info you provided is exactly what I'm looking for!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other migration guide documenting the changes would be a big help besides the document (&lt;A href="https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-ios/blog/2017/02/24/migrating-your-ios-apps-to-arcgis-runtime-v1000"&gt;https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-ios/blog/2017/02/24/migrating-your-ios-apps-to-arcgis-runtime-v1000&lt;/A&gt;&amp;nbsp;)&amp;nbsp;which is a high level guide&amp;nbsp; and th.e deprecated list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 22:12:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232594#M2170</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2018-03-20T22:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: TOC Equivalent In SDK 100.x</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232595#M2171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shimin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excellent. &amp;nbsp;Let us know if there's anything else we can help with. &amp;nbsp;I'm going to forward your feedback about the guide documentation to the appropriate people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 17:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232595#M2171</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2018-03-21T17:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: TOC Equivalent In SDK 100.x</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232596#M2172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wondering if there is any chance to have a TOC sample in the SDK 100.2.1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 06:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232596#M2172</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2018-04-27T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: TOC Equivalent In SDK 100.x</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232597#M2173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shimin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there will be a TOC sample at some point, but I don't know when that will be. &amp;nbsp;It will probably be a Toolkit component, like the Legend component I mentioned earlier. &amp;nbsp;If you'd like, please enter an issue in the "ArcGIS Runtime Toolkit for iOS' repo here: &amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-ios/issues" title="https://github.com/Esri/arcgis-runtime-toolkit-ios/issues"&gt;Issues · Esri/arcgis-runtime-toolkit-ios · GitHub&lt;/A&gt;&amp;nbsp;requesting a TOC component for the Toolkit, along with any features (other than the standard/basic TOC features) you'd like to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232597#M2173</guid>
      <dc:creator>MarkDostal</dc:creator>
      <dc:date>2018-04-27T16:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: TOC Equivalent In SDK 100.x</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232598#M2174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Mark. Looking forward to it. Cheers, Shimin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Apr 2018 22:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/toc-equivalent-in-sdk-100-x/m-p/232598#M2174</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2018-04-29T22:48:06Z</dc:date>
    </item>
  </channel>
</rss>

