<?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: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135178#M1255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In case of web map, you should do it like this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSPopupInfo *popupInfo = [self.webMap popupInfoForFeatureLayer:(AGSFeatureLayer*)graphic.layer];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSPopup *popup = [AGSPopup popupWithGraphic:graphic popupInfo:popupInfo];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;popup.allowEdit = YES;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;self.popupVC = [[[AGSPopupsContainerViewController alloc]initWithPopups:[NSArray arrayWithObjectopup]]autorelease];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 15:48:51 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2012-07-16T15:48:51Z</dc:date>
    <item>
      <title>Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135172#M1249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After upgrading to version 2.3, the help documentation doesn't seem to be upgraded as well in XCode. Anything else needs to be done for this to happen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I'm trying to configure the popup to allow for editing using the new approach as follows: (previous approach via AGSPopupInfo)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Show popup for graphic because user tapped on callout accessory button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.popupVC = [[AGSPopupsContainerViewController alloc] initWithPopupInfo:info graphic:graphic usingNavigationControllerStack:NO];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.popupVC.currentPopup.allowEdit = YES;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it doesn't seem to work - Popup shows but doesn't allow editing! Any idea where's the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ong CF&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 02:58:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135172#M1249</guid>
      <dc:creator>c_f_ong</dc:creator>
      <dc:date>2012-07-07T02:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135173#M1250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try doing this works?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSPopup *popup = [AGSPopup popupWithGraphic:graphic popupInfo:info];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;popup.allowEdit = YES;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;self.popupVC = [[[AGSPopupsContainerViewController alloc]initWithPopups:[NSArray arrayWithObject:popup]]autorelease];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 15:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135173#M1250</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-07-12T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135174#M1251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your suggestion. I've tried it as follows for it to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.popupVC = [[AGSPopupsContainerViewController alloc] initWithPopups:[NSArray arrayWithObjects:popup, nil]];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is the help documentation upgraded to match with changes in version 2.3?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ong CF&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 03:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135174#M1251</guid>
      <dc:creator>c_f_ong</dc:creator>
      <dc:date>2012-07-13T03:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135175#M1252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, here is the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-ios-sdk/apiref/index.htm"&gt;v2.3 documentation&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 16:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135175#M1252</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-07-13T16:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135176#M1253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Noted &amp;amp; thanks. However, the help documentation in Xcode doesn't seem to be updated as well to match with Version 2.3. Anyway, I'll just refer to the online documentation as suggested by you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ong CF&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2012 02:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135176#M1253</guid>
      <dc:creator>c_f_ong</dc:creator>
      <dc:date>2012-07-14T02:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135177#M1254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to probe further. If I load in a webmap (see below), then how do I set the popup to allow editing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.popupVC = [[AGSPopupsContainerViewController alloc] initWithWebMap:self.webmap forFeature:graphic usingNavigationControllerStack:NO];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ong CF&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2012 14:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135177#M1254</guid>
      <dc:creator>c_f_ong</dc:creator>
      <dc:date>2012-07-14T14:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135178#M1255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In case of web map, you should do it like this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSPopupInfo *popupInfo = [self.webMap popupInfoForFeatureLayer:(AGSFeatureLayer*)graphic.layer];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AGSPopup *popup = [AGSPopup popupWithGraphic:graphic popupInfo:popupInfo];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;popup.allowEdit = YES;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;self.popupVC = [[[AGSPopupsContainerViewController alloc]initWithPopups:[NSArray arrayWithObjectopup]]autorelease];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 15:48:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135178#M1255</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-07-16T15:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading to Version 2.3 of ArcGIS Runtime SDK for iOS</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135179#M1256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Nimesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Got it &amp;amp; thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rgds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ong CF&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 09:12:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/upgrading-to-version-2-3-of-arcgis-runtime-sdk-for/m-p/135179#M1256</guid>
      <dc:creator>c_f_ong</dc:creator>
      <dc:date>2012-07-20T09:12:25Z</dc:date>
    </item>
  </channel>
</rss>

