<?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: Xcode Storyboarding in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-storyboarding/m-p/157380#M1425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your explanations which have made a lot of senses to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shimin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Mar 2013 21:39:54 GMT</pubDate>
    <dc:creator>ShiminCai</dc:creator>
    <dc:date>2013-03-04T21:39:54Z</dc:date>
    <item>
      <title>Xcode Storyboarding</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-storyboarding/m-p/157378#M1423</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;BR /&gt;&lt;SPAN&gt;Is it possible to write apps like OnlineOfflineEditingSample, FeatureLayerEditingSample, etc using Xcode storyboard? In these apps the buttons on the navigation item are dynamically loaded/changed. Do I have to dynamically create and attach a segue to those buttons to present relevant view controllers?&amp;nbsp; Is it possible to create those segues in advance in Xcode?&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;Shimin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 23:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-storyboarding/m-p/157378#M1423</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2013-03-01T23:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Xcode Storyboarding</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-storyboarding/m-p/157379#M1424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is it possible to write apps like OnlineOfflineEditingSample, FeatureLayerEditingSample, etc using Xcode storyboard? In these apps the buttons on the navigation item are dynamically loaded/changed. Do I have to dynamically create and attach a segue to those buttons to present relevant view controllers?&amp;nbsp; Is it possible to create those segues in advance in Xcode?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Shimin&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can define segues that are attached to specific view controllers, but not a view element within the view controller, and then call the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;-(void)performSegue:withIdentifier:&lt;/SPAN&gt;&lt;SPAN&gt; method of &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;UIViewController&lt;/SPAN&gt;&lt;SPAN&gt;. Thus, if you dynamically create and swap navigation items within a &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;UIViewController&lt;/SPAN&gt;&lt;SPAN&gt;, you can assign an action to each item that calls the appropriate segue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.raywenderlich.com/5191/beginning-storyboards-in-ios-5-part-2"&gt;Part 2 of this tutorial&lt;/A&gt;&lt;SPAN&gt; does a good job of explaining all the relevant details of segues in Storyboard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Additionally, if you are building a complex project, learn to use multiple Storyboards in a single project. A single Storyboard works well, saves time, and makes your UI/UX clearer if you have a simple app that mostly pushes between Apple's default view classes and has a relatively linear progression. If you are building a more complicated app that has branched or non-linear workflow and incorporates custom view classes, a single Storyboard becomes a time suck and obfuscates your UI/UX flow.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 18:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-storyboarding/m-p/157379#M1424</guid>
      <dc:creator>DanaMaher</dc:creator>
      <dc:date>2013-03-04T18:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Xcode Storyboarding</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-storyboarding/m-p/157380#M1425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your explanations which have made a lot of senses to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shimin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 21:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-storyboarding/m-p/157380#M1425</guid>
      <dc:creator>ShiminCai</dc:creator>
      <dc:date>2013-03-04T21:39:54Z</dc:date>
    </item>
  </channel>
</rss>

