<?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: Clear Identified feature details - iOS in ArcGIS Collector Questions</title>
    <link>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687434#M11739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're talking about the details folder at the bottom, with the folder tab?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get rid of those, tap and hold on the folder tab, when the "ghost" folder appears, drag it to the "Close" box on the right.&amp;nbsp; That's on the iPhone, on the iPad, the "Close" box will be on the left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2014 17:48:41 GMT</pubDate>
    <dc:creator>GaryMorris1</dc:creator>
    <dc:date>2014-07-23T17:48:41Z</dc:date>
    <item>
      <title>Clear Identified feature details - iOS</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687433#M11738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, am I being a numpty here, but once you have tapped on a feature , the Id results appear in the bottom.&amp;nbsp; How do you then get rid of these? On the Android version there is a nice big X to close it, but nothing like that on iOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 09:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687433#M11738</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2014-07-23T09:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Identified feature details - iOS</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687434#M11739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're talking about the details folder at the bottom, with the folder tab?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get rid of those, tap and hold on the folder tab, when the "ghost" folder appears, drag it to the "Close" box on the right.&amp;nbsp; That's on the iPhone, on the iPad, the "Close" box will be on the left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 17:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687434#M11739</guid>
      <dc:creator>GaryMorris1</dc:creator>
      <dc:date>2014-07-23T17:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Identified feature details - iOS</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687435#M11740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2014-07-23 at 11.11.26 AM.png" class="jive-image image-1" src="/legacyfs/online/2479_Screen Shot 2014-07-23 at 11.11.26 AM.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not really sure which ID results that you talking about. But here is the screenshot for iOS IdentifyFeatureSample, the AGSIdentifyTask and AGSIDentifyDelegate control the little popup window, if you check the code behind, when click any point on the screen, the breakpoint will hit this method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;- (&lt;SPAN class="s1"&gt;void&lt;/SPAN&gt;)identifyTask:(&lt;SPAN class="s2"&gt;AGSIdentifyTask&lt;/SPAN&gt; *)identifyTask operation:(&lt;SPAN class="s2"&gt;NSOperation&lt;/SPAN&gt; *)op didExecuteWithIdentifyResults:(&lt;SPAN class="s2"&gt;NSArray&lt;/SPAN&gt; *)results&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p2"&gt;The call out content you can setup based on different parameters that content from your REST or just pure text.&lt;/P&gt;&lt;P class="p2"&gt;For example, in this screenshot, you can see the stateName return from a query from REST and pure text "Click for more detail":&lt;/P&gt;&lt;P class="p2"&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSString&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; *stateName = [((&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSIdentifyResult&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;*)[results &lt;/SPAN&gt;objectAtIndex&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;0&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;]).&lt;/SPAN&gt;feature&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;attributeAsStringForKey&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;@"STATE_NAME"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="s3"&gt;self&lt;/SPAN&gt;.&lt;SPAN class="s5"&gt;mapView&lt;/SPAN&gt;.&lt;SPAN class="s5"&gt;callout&lt;/SPAN&gt;.&lt;SPAN class="s5"&gt;title&lt;/SPAN&gt; = stateName;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;mapView&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;callout&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;detail&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; = &lt;/SPAN&gt;@"Click for more detail.."&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;Here is the API reference for &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/ios/api-reference/protocol_a_g_s_identify_task_delegate-p.html" style="line-height: 1.5;" title="https://developers.arcgis.com/ios/api-reference/protocol_a_g_s_identify_task_delegate-p.html"&gt;10.2.3: &amp;lt;AGSIdentifyTaskDelegate&amp;gt; Protocol Reference&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt;‌ and &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_identify_task.html" title="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_identify_task.html"&gt;AGSIdentifyTask Class Reference&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;I would suggest to check the link from GitHub about this sample. Download it and try to see the detail &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/IdentifyTaskSample" title="https://github.com/Esri/arcgis-runtime-samples-ios/tree/master/IdentifyTaskSample"&gt;IdentifyTaskSample &lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;Hope this can help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 18:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687435#M11740</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2014-07-23T18:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Clear Identified feature details - iOS</title>
      <link>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687436#M11741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off course - obvious - NOT - what's wrong with a simple X - I take it this is a iOS design thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I may try it on some self confessed Apple Fan boys, see if they can get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit - self confessed apple fan boy failed to work this out as well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 08:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-collector-questions/clear-identified-feature-details-ios/m-p/687436#M11741</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2014-07-24T08:20:44Z</dc:date>
    </item>
  </channel>
</rss>

