<?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 Displaying multiple feature types of multiple layers in table view in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-multiple-feature-types-of-multiple/m-p/64361#M624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to list multiple feature types in multiple layers like how ESRI's ArcGIS application for iPhone does (for different requirements). Each layer would need to form a different section of the table view and all the feature types within that layer would be the elements of that section. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been trying to achieve this for about a month now, with no success. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though this is similar to the FeatureLayerEditingSample in ESRI's samples, that displays only one Layer [&lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=2ddb261648074b9aabb22240b6975918]"&gt;http://www.arcgis.com/home/item.html?id=2ddb261648074b9aabb22240b6975918]&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am unsure how to pass the whole dynamic layer (initialized in a map view) to a new table view controller and then display all layers (and the feature types in each layer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there somewhere we can find the source code reference for this or any related tutorials?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my first iOS project and I really appreciate any help in this,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a ton,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Baskaran&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 21:02:18 GMT</pubDate>
    <dc:creator>SuganyaBaskaran</dc:creator>
    <dc:date>2011-04-18T21:02:18Z</dc:date>
    <item>
      <title>Displaying multiple feature types of multiple layers in table view</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-multiple-feature-types-of-multiple/m-p/64361#M624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to list multiple feature types in multiple layers like how ESRI's ArcGIS application for iPhone does (for different requirements). Each layer would need to form a different section of the table view and all the feature types within that layer would be the elements of that section. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been trying to achieve this for about a month now, with no success. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Though this is similar to the FeatureLayerEditingSample in ESRI's samples, that displays only one Layer [&lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=2ddb261648074b9aabb22240b6975918]"&gt;http://www.arcgis.com/home/item.html?id=2ddb261648074b9aabb22240b6975918]&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am unsure how to pass the whole dynamic layer (initialized in a map view) to a new table view controller and then display all layers (and the feature types in each layer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there somewhere we can find the source code reference for this or any related tutorials?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my first iOS project and I really appreciate any help in this,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a ton,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Baskaran&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 21:02:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-multiple-feature-types-of-multiple/m-p/64361#M624</guid>
      <dc:creator>SuganyaBaskaran</dc:creator>
      <dc:date>2011-04-18T21:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying multiple feature types of multiple layers in table view</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-multiple-feature-types-of-multiple/m-p/64362#M625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Baskaran,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get feature types for each layer in a dynamic map service, you could create an AGSFeatureLayer for each layer. Thus, you can reuse the logic in the sample you mentioned to handle multiple feature layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having multiple AGSFeatureLayers may also be necessary if your application allows the user to edit features in any layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 17:48:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-multiple-feature-types-of-multiple/m-p/64362#M625</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-04-19T17:48:32Z</dc:date>
    </item>
  </channel>
</rss>

