<?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: I can't show a web map using AGSWebMap in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600723#M5231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/48663"&gt;Douglas Bocking&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a chance to look at your project and as &lt;A href="https://community.esri.com/migrated-users/49704"&gt;Tom Bruns&lt;/A&gt;‌ mentioned, there is a curly brace missing for the `viewDidLoad` method closure, and that is what is causing the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you are using Automatic Reference Counting (ARC), you don't need to explicitly release objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2014 20:44:43 GMT</pubDate>
    <dc:creator>GagandeepSingh</dc:creator>
    <dc:date>2014-08-20T20:44:43Z</dc:date>
    <item>
      <title>I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600717#M5225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to show an online map using AGSWebMap and I'm not sure where I'm going wrong.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This is my code: ViewController.h&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14078243059564901" jivemacro_uid="_14078243059564901"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;#import &lt;/SPAN&gt;&amp;lt;UIKit/UIKit.h&amp;gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;#import &lt;/SPAN&gt;&amp;lt;ArcGIS/ArcGIS.h&amp;gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;@interface&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; ViewController : &lt;/SPAN&gt;UIViewController&lt;SPAN class="s3"&gt; &amp;lt;&lt;/SPAN&gt;AGSWebMapDelegate&lt;SPAN class="s3"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;@property&lt;SPAN class="s3"&gt; (&lt;/SPAN&gt;strong&lt;SPAN class="s3"&gt;, &lt;/SPAN&gt;nonatomic&lt;SPAN class="s3"&gt;) &lt;/SPAN&gt;IBOutlet&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;AGSMapView&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; *mapView;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;@property&lt;SPAN class="s3"&gt; (&lt;/SPAN&gt;retain&lt;SPAN class="s3"&gt;, &lt;/SPAN&gt;nonatomic&lt;SPAN class="s3"&gt;) &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;AGSWebMap&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; *webmap;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p4"&gt;@end&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This is my code: ViewController.m&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14078243415076351 jive_text_macro" jivemacro_uid="_14078243415076351" modifiedtitle="true"&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;#import &lt;/SPAN&gt;"ViewController.h"&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;@interface&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;ViewController&lt;SPAN class="s3"&gt; ()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p4"&gt;@end&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p5"&gt;&lt;SPAN class="s2"&gt;@implementation&lt;/SPAN&gt; ViewController&lt;/P&gt;
&lt;P class="p4"&gt;@synthesize&lt;SPAN class="s3"&gt; mapView;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;@synthesize&lt;SPAN class="s3"&gt; webmap;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p5"&gt;- (&lt;SPAN class="s2"&gt;void&lt;/SPAN&gt;)viewDidLoad{&lt;/P&gt;
&lt;P class="p6"&gt;&lt;SPAN class="s3"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p6"&gt;&lt;SPAN class="s3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;super&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;viewDidLoad&lt;SPAN class="s3"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p7"&gt;&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;// Do any additional setup after loading the view, typically from a nib.&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="p8"&gt;#pragma mark -&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="p5"&gt;- (&lt;SPAN class="s2"&gt;void&lt;/SPAN&gt;) openIntoMapView: (AGSMapView*) mapView {&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="s2"&gt;self&lt;/SPAN&gt;.webmap = [[AGSWebMap alloc] initWithItemId:&lt;SPAN class="s4"&gt;@"7acfdd8e056240bfaa5ba46db7cdae7d"&lt;/SPAN&gt; credential:&lt;SPAN class="s2"&gt;nil&lt;/SPAN&gt;];&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="s2"&gt;self&lt;/SPAN&gt;.webmap.delegate = &lt;SPAN class="s2"&gt;self&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - (&lt;SPAN class="s2"&gt;void&lt;/SPAN&gt;)webMapDidLoad:(AGSWebMap *)webmap {&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NSLog(&lt;/SPAN&gt;@"delegate webMapDidLoad"&lt;SPAN class="s3"&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p7"&gt;&lt;SPAN class="s3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//open webmap in mapview&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="s2"&gt;self&lt;/SPAN&gt;.webmap openIntoMapView:&lt;SPAN class="s2"&gt;self&lt;/SPAN&gt;.mapView];&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -(&lt;SPAN class="s2"&gt;void&lt;/SPAN&gt;)didOpenWebMap:(AGSWebMap*)webmap intoMapView:(AGSMapView*)mapView {&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NSLog(&lt;/SPAN&gt;@"delegate didOpenWebMap"&lt;SPAN class="s3"&gt;);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - (&lt;SPAN class="s2"&gt;void&lt;/SPAN&gt;)dealloc {&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [mapView release];&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="s2"&gt;super&lt;/SPAN&gt; dealloc];&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - (&lt;SPAN class="s2"&gt;void&lt;/SPAN&gt;)viewDidUnload {&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="s2"&gt;self&lt;/SPAN&gt; setMapView:&lt;SPAN class="s2"&gt;nil&lt;/SPAN&gt;];&amp;nbsp; &lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="s2"&gt;super&lt;/SPAN&gt; viewDidUnload];&amp;nbsp; &lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;
&lt;P class="p5"&gt;}&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p5"&gt;- (&lt;SPAN class="s2"&gt;void&lt;/SPAN&gt;)didReceiveMemoryWarning&lt;/P&gt;
&lt;P class="p5"&gt;{&lt;/P&gt;
&lt;P class="p6"&gt;&lt;SPAN class="s3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;super&lt;/SPAN&gt;&lt;SPAN class="s3"&gt; &lt;/SPAN&gt;didReceiveMemoryWarning&lt;SPAN class="s3"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p7"&gt;&lt;SPAN class="s3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;// Dispose of any resources that can be recreated.&lt;/P&gt;
&lt;P class="p5"&gt;}&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p5"&gt;@end&lt;/P&gt;



&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep getting an error on line 19. Saying "use of undeclared identifier 'openIntoMapView'".&lt;/P&gt;&lt;P&gt;could anyone help me out here. &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Its a public webmap so doesn't need any credentials.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 06:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600717#M5225</guid>
      <dc:creator>DouglasBocking</dc:creator>
      <dc:date>2014-08-12T06:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600718#M5226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like the code isn't correctly formatted, like some code was incorrectly pasted into viewDidLoad. Look at the curly braces, there should be a "}" at line 16 before the function openIntoMapView. I see a couple other similar issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest taking a look at the SDK sample on opening a web map: &lt;A href="https://developers.arcgis.com/ios/guide/viewing-web-map.htm" title="https://developers.arcgis.com/ios/guide/viewing-web-map.htm"&gt;Viewing a web map—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the link to a sample project on github.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600718#M5226</guid>
      <dc:creator>TomBruns</dc:creator>
      <dc:date>2014-08-12T19:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600719#M5227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks @Tom Bruns for your help here &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; . I have been to these links before seeking help and have had no luck in solving my current problem I'm having here &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;. I've been trying to learn off a question that someone asked having a similar problem as mine. This is the link : &lt;A _jive_internal="true" href="https://community.esri.com/message/43416#43416" title="https://community.esri.com/message/43416#43416"&gt;https://community.esri.com/message/43416#43416&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;It seems that they were able to show a webMap and solve their problem. The code I am using is exactly the same as&amp;nbsp; Sobodh Dangwal's though I have fixed the error where he left out&amp;nbsp; "&lt;SPAN style="color: #000000; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 12px; background-color: #f8f8f8;"&gt;- (void)viewDidLoad {". &lt;/SPAN&gt;Yet when I try it I keep getting the error &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"use of undeclared identifier 'openIntoMapView' "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling it is a very simple error that I am making. There must be someone out there that can help me out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 03:25:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600719#M5227</guid>
      <dc:creator>DouglasBocking</dc:creator>
      <dc:date>2014-08-14T03:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600720#M5228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is a simple error, but still a compiler error. If the code you posted is still the code you are trying to compile, the error you are seeing makes sense. Take a closer look. Or, if you like, attach your project, or put it in a public repo on github, and I'll tweak the code so you can see where the error is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simplified version of your viewcontroller, to illustrate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14080152842992195" jivemacro_uid="_14080152842992195"&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;#import &lt;/SPAN&gt;"ViewController.h"&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;@interface&lt;/SPAN&gt; ViewController ()&lt;/P&gt;
&lt;P class="p4"&gt;@end&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;@implementation&lt;/SPAN&gt; ViewController&lt;/P&gt;
&lt;P class="p3"&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN style="line-height: 1.5;"&gt;- (&lt;/SPAN&gt;&lt;SPAN class="s1" style="line-height: 1.5;"&gt;void&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5;"&gt;)viewDidLoad &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN style="line-height: 1.5;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;super&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;viewDidLoad&lt;SPAN class="s2"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="s1"&gt;self&lt;/SPAN&gt;.webmap = [[AGSWebMap alloc] initWithItemId:&lt;SPAN class="s3"&gt;@"7acfdd8e056240bfaa5ba46db7cdae7d"&lt;/SPAN&gt; credential:&lt;SPAN class="s1"&gt;nil&lt;/SPAN&gt;];&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="s1"&gt;self&lt;/SPAN&gt;.webmap.delegate = &lt;SPAN class="s1"&gt;self&lt;/SPAN&gt;;&lt;/P&gt;
&lt;P class="p1"&gt;}&lt;/P&gt;
&lt;P class="p2"&gt;&lt;/P&gt;
&lt;P class="p1"&gt;- (&lt;SPAN class="s1"&gt;void&lt;/SPAN&gt;)webMapDidLoad:(&lt;SPAN class="s4"&gt;AGSWebMap&lt;/SPAN&gt; *)webmap&lt;/P&gt;
&lt;P class="p1"&gt;{&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="s1"&gt;self&lt;/SPAN&gt;.webmap openIntoMapView:&lt;SPAN class="s1"&gt;self&lt;/SPAN&gt;.mapView];&lt;/P&gt;
&lt;P class="p1"&gt;}&lt;/P&gt;
&lt;P class="p1"&gt;&lt;/P&gt;
&lt;P class="p1"&gt;@end&lt;/P&gt;
&lt;/PRE&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;In viewDidLoad the webmap is created and its delegate assigned. When the webmap loads it calls the delegate method webMapDidLoad, at which point the webmap is opened in the map view.&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;I've moved the opening curly-brace of each method to a separate line. This may not be the preferred style, but I think it helps clarify these sorts of compiler errors caused by an imbalance or misplacement of braces.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2014 11:23:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600720#M5228</guid>
      <dc:creator>TomBruns</dc:creator>
      <dc:date>2014-08-14T11:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600721#M5229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Tom!!! it worked!! I'll attach my project here so that you can tweek it to show me where i went wrong in the larger code so i can learn from that. If that's ok with you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 02:39:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600721#M5229</guid>
      <dc:creator>DouglasBocking</dc:creator>
      <dc:date>2014-08-15T02:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600722#M5230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok with me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 13:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600722#M5230</guid>
      <dc:creator>TomBruns</dc:creator>
      <dc:date>2014-08-15T13:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600723#M5231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/48663"&gt;Douglas Bocking&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a chance to look at your project and as &lt;A href="https://community.esri.com/migrated-users/49704"&gt;Tom Bruns&lt;/A&gt;‌ mentioned, there is a curly brace missing for the `viewDidLoad` method closure, and that is what is causing the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you are using Automatic Reference Counting (ARC), you don't need to explicitly release objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gagan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 20:44:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600723#M5231</guid>
      <dc:creator>GagandeepSingh</dc:creator>
      <dc:date>2014-08-20T20:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: I can't show a web map using AGSWebMap</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600724#M5232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey &lt;A href="https://community.esri.com/migrated-users/48663"&gt;Douglas Bocking&lt;/A&gt;‌, finally took a look at your code. I agree with &lt;A href="https://community.esri.com/migrated-users/44376"&gt;Gagandeep Singh&lt;/A&gt;‌. With some minor fixes your project works, and I hope you understand how the pieces fit together and that you continue to work on your app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 11:24:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/i-can-t-show-a-web-map-using-agswebmap/m-p/600724#M5232</guid>
      <dc:creator>TomBruns</dc:creator>
      <dc:date>2014-08-25T11:24:41Z</dc:date>
    </item>
  </channel>
</rss>

