<?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 featureLayer dataChanged in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28511#M310</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;[featureLayer dataChanged] method is removed correct? . I am little confused because is see that in document for "Information rich pop-ups" section &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/ios/guide/working-with-web-map-popups.htm" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/en/ios/guide/working-with-web-map-popups.htm&lt;/A&gt;&lt;SPAN&gt;, or is this section is for old 2.3.1 version?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 21:55:14 GMT</pubDate>
    <dc:creator>VIKRANTKRISHNA</dc:creator>
    <dc:date>2013-07-30T21:55:14Z</dc:date>
    <item>
      <title>featureLayer dataChanged</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28511#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;[featureLayer dataChanged] method is removed correct? . I am little confused because is see that in document for "Information rich pop-ups" section &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/ios/guide/working-with-web-map-popups.htm" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/en/ios/guide/working-with-web-map-popups.htm&lt;/A&gt;&lt;SPAN&gt;, or is this section is for old 2.3.1 version?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 21:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28511#M310</guid>
      <dc:creator>VIKRANTKRISHNA</dc:creator>
      <dc:date>2013-07-30T21:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: featureLayer dataChanged</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28512#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this is correct. DataChanged has been removed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 17:06:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28512#M311</guid>
      <dc:creator>ArtemisFili</dc:creator>
      <dc:date>2013-11-05T17:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: featureLayer dataChanged</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28513#M312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, what replaced it? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am adding a new feature to my map, and then if I go into the form again without exiting the app, it's not refreshed properly, and thinks there is no Object ID, so it adds the feature again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2014 20:54:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28513#M312</guid>
      <dc:creator>DarrenMackiewicz</dc:creator>
      <dc:date>2014-06-19T20:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: featureLayer dataChanged</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28514#M313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Darren,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Method dataChanged has been removed. The map display will update automatically if you add or remove a graphic, or change a graphic by modifying its attributes, assigning it a new symbol or a new geometry. However, there may be cases when you modify objects associated with the graphic, but not the graphic itself. For example, changing properties on a graphic's symbol, or changing the shape of a graphic's geometry. In such cases, the map display will not update automatically. To ensure that the graphic is redrawn, assign the modified symbol or geometry back to the graphic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check this URL &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/ios/info/what-s-new-10-1-1-.htm"&gt;Release notes for 10.1.1&lt;/A&gt;&lt;SPAN&gt; under the "AGSGraphicsLayer" subtitle you can find the expatiation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you can take this &lt;/SPAN&gt;&lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios/blob/master/FeatureLayerEditingSample/Classes/FeatureLayerEditingSampleViewController.m"&gt;FeatureLayerEditingSample &lt;/A&gt;&lt;SPAN&gt; on Github as an example to see how [PHP]-(void)popupsContainer:(id&amp;lt;AGSPopupsContainer&amp;gt;)popupsContainer didFinishEditingForPopup:(AGSPopup*)popup{[/PHP] handle the method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope those information can help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/featurelayer-datachanged/m-p/28514#M313</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2014-06-20T15:33:59Z</dc:date>
    </item>
  </channel>
</rss>

