<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: iPhone Dev Sessions: Create a Navigation-Based Application</title>
	<atom:link href="http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 18:31:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: gamesmasta</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-602758</link>
		<dc:creator><![CDATA[gamesmasta]]></dc:creator>
		<pubDate>Tue, 01 Mar 2011 17:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-602758</guid>
		<description><![CDATA[Hi! I was curious if you figured this out? I&#039;m just getting started with this tutorial, but will want to do something similar to what you described.

List of Lessons --&gt; Conversation  --&gt; Audio file
                --&gt; Vocabulary   --&gt; List of vocabulary words --&gt; Audio file for each word

1. List of lessons: Lesson 1, Lesson 2, etc. (SubViews)
2. Conversation &amp; Vocabulary (SubSubViews)
3. Each vocabulary word is displayed and triggers an audio file.

I appreciate any responses and am very thankful for all the posts before me.]]></description>
		<content:encoded><![CDATA[<p>Hi! I was curious if you figured this out? I&#8217;m just getting started with this tutorial, but will want to do something similar to what you described.</p>
<p>List of Lessons &#8211;&gt; Conversation  &#8211;&gt; Audio file<br />
                &#8211;&gt; Vocabulary   &#8211;&gt; List of vocabulary words &#8211;&gt; Audio file for each word</p>
<p>1. List of lessons: Lesson 1, Lesson 2, etc. (SubViews)<br />
2. Conversation &amp; Vocabulary (SubSubViews)<br />
3. Each vocabulary word is displayed and triggers an audio file.</p>
<p>I appreciate any responses and am very thankful for all the posts before me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Roberts</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-598358</link>
		<dc:creator><![CDATA[Greg Roberts]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 02:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-598358</guid>
		<description><![CDATA[Kuen Lee,

thank you SO MUCH for this tutorial!!!!

I found it Google searching for &quot;sharing global variables iPhone&quot;. I&#039;ve been working on iOS for about 10 days now and this tutorial FINALLY got me to comprehend proper use of objects and the Model-View-Controller paradigm. I am now re-factoring all my prior code to conform to this approach. I&#039;ve looked at hundreds of posts, this is by far the most concise and informative. THANK YOU!!!

One more thing: multiple posts here mention it, but it bears repeating:

To fix a crashing bug, people need to change the first line of the setModelData function from:
//-----
modelData = newData;

to:
//-----
[modelData release];
modelData =[newData retain];

I also fixed another crashing bug, strangely enough (xCode 3.2.5) by modifying the capitalization of the OnButtonClick event to onButtonClick, in both SubViewOneController.h and .m (it then needs to be re-wired within InterfaceBuilder as well).

If you have time it would be great if you could edit your tutorial to reflect these fixes. Again, thanks!

Best,
Greg]]></description>
		<content:encoded><![CDATA[<p>Kuen Lee,</p>
<p>thank you SO MUCH for this tutorial!!!!</p>
<p>I found it Google searching for &#8220;sharing global variables iPhone&#8221;. I&#8217;ve been working on iOS for about 10 days now and this tutorial FINALLY got me to comprehend proper use of objects and the Model-View-Controller paradigm. I am now re-factoring all my prior code to conform to this approach. I&#8217;ve looked at hundreds of posts, this is by far the most concise and informative. THANK YOU!!!</p>
<p>One more thing: multiple posts here mention it, but it bears repeating:</p>
<p>To fix a crashing bug, people need to change the first line of the setModelData function from:<br />
//&#8212;&#8211;<br />
modelData = newData;</p>
<p>to:<br />
//&#8212;&#8211;<br />
[modelData release];<br />
modelData =[newData retain];</p>
<p>I also fixed another crashing bug, strangely enough (xCode 3.2.5) by modifying the capitalization of the OnButtonClick event to onButtonClick, in both SubViewOneController.h and .m (it then needs to be re-wired within InterfaceBuilder as well).</p>
<p>If you have time it would be great if you could edit your tutorial to reflect these fixes. Again, thanks!</p>
<p>Best,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farhaan</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-579912</link>
		<dc:creator><![CDATA[farhaan]]></dc:creator>
		<pubDate>Sun, 23 Jan 2011 15:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-579912</guid>
		<description><![CDATA[Can you please provide sourcecode - for trouble shooting etc, Nice Tute.]]></description>
		<content:encoded><![CDATA[<p>Can you please provide sourcecode &#8211; for trouble shooting etc, Nice Tute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laura</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-526437</link>
		<dc:creator><![CDATA[Laura]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 17:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-526437</guid>
		<description><![CDATA[The example worked perfectly for me, thanks a lot for sharing. :)]]></description>
		<content:encoded><![CDATA[<p>The example worked perfectly for me, thanks a lot for sharing. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kpetrop</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-525988</link>
		<dc:creator><![CDATA[kpetrop]]></dc:creator>
		<pubDate>Sun, 28 Nov 2010 21:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-525988</guid>
		<description><![CDATA[Hi Ray, perhaps you have already found out how is working but just in any case:
you have to click on the respective circle and drag it to the relevant control of the view in order to make the association.]]></description>
		<content:encoded><![CDATA[<p>Hi Ray, perhaps you have already found out how is working but just in any case:<br />
you have to click on the respective circle and drag it to the relevant control of the view in order to make the association.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil hunter</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-515766</link>
		<dc:creator><![CDATA[Phil hunter]]></dc:creator>
		<pubDate>Thu, 18 Nov 2010 12:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-515766</guid>
		<description><![CDATA[Thank you for this! Navigation controller is soo hard when you are just beginning but I worked through this tutorial and got it working. Now I can play about with it. Thanks again!]]></description>
		<content:encoded><![CDATA[<p>Thank you for this! Navigation controller is soo hard when you are just beginning but I worked through this tutorial and got it working. Now I can play about with it. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ka_rocks</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-504073</link>
		<dc:creator><![CDATA[ka_rocks]]></dc:creator>
		<pubDate>Mon, 08 Nov 2010 12:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-504073</guid>
		<description><![CDATA[Nice Tutorial. 

Hi Edward. i have the same issue u faced. i couldnt figure out.  Can any one help me out in this?

 *** Terminating app due to uncaught exception &#039;NSInternalInconsistencyException&#039;, reason: &#039;-[UITableViewController loadView] loaded the &quot;SubViewOne&quot; nib but didn&#039;t get a UITableView.&#039;

Where does it go wrong?]]></description>
		<content:encoded><![CDATA[<p>Nice Tutorial. </p>
<p>Hi Edward. i have the same issue u faced. i couldnt figure out.  Can any one help me out in this?</p>
<p> *** Terminating app due to uncaught exception &#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;-[UITableViewController loadView] loaded the &#8220;SubViewOne&#8221; nib but didn&#8217;t get a UITableView.&#8217;</p>
<p>Where does it go wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ka-rocks</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-504072</link>
		<dc:creator><![CDATA[ka-rocks]]></dc:creator>
		<pubDate>Mon, 08 Nov 2010 12:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-504072</guid>
		<description><![CDATA[Hi, I have the same issue. I couldn&#039;t figure out. Can you pls help me in this.?

 *** Terminating app due to uncaught exception &#039;NSInternalInconsistencyException&#039;, reason: &#039;-[UITableViewController loadView] loaded the &quot;SubViewOne&quot; nib but didn&#039;t get a UITableView.&#039;


Where does it go wrong?]]></description>
		<content:encoded><![CDATA[<p>Hi, I have the same issue. I couldn&#8217;t figure out. Can you pls help me in this.?</p>
<p> *** Terminating app due to uncaught exception &#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;-[UITableViewController loadView] loaded the &#8220;SubViewOne&#8221; nib but didn&#8217;t get a UITableView.&#8217;</p>
<p>Where does it go wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Sattaur</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-502548</link>
		<dc:creator><![CDATA[Ray Sattaur]]></dc:creator>
		<pubDate>Sat, 06 Nov 2010 19:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-502548</guid>
		<description><![CDATA[I&#039;m New To the Mac experience. In trying out this tutorial
I got as far as:-
In the next steps we are going to wire up the user interface elements of the view we’ve created to the view controller we created earlier. First make sure File’s Owner is selected. In the menu bar, click on Tools, then Connections Inspector.

Under Outlets and Received Actions in the Connections Inspector make the following associations:......

Everything worked fine to this point. I should say I&#039;m using Xcode 3.2.4 and associated Interface Builder.

However I&#039;m unable to make any changes under connections in the inspector for File&#039;s owner. Everything is &#039;greyed&#039; out. There are small black circles to the right of the various choices. If I click on these circles a plus(+) sign appears. However these do nothing.

I&#039;m not sure what is wrong or what to do next. Your help would be greatly appreciated.  The learning curve becomes steeper when you&#039;re stuck in this type of situation. I should also say that the same thing happens (unable to create class actions from the interface) if I try to create a simple program with a window containing 2 buttons and a text field.
Thanks
sorry for being so long-winded]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m New To the Mac experience. In trying out this tutorial<br />
I got as far as:-<br />
In the next steps we are going to wire up the user interface elements of the view we’ve created to the view controller we created earlier. First make sure File’s Owner is selected. In the menu bar, click on Tools, then Connections Inspector.</p>
<p>Under Outlets and Received Actions in the Connections Inspector make the following associations:&#8230;&#8230;</p>
<p>Everything worked fine to this point. I should say I&#8217;m using Xcode 3.2.4 and associated Interface Builder.</p>
<p>However I&#8217;m unable to make any changes under connections in the inspector for File&#8217;s owner. Everything is &#8216;greyed&#8217; out. There are small black circles to the right of the various choices. If I click on these circles a plus(+) sign appears. However these do nothing.</p>
<p>I&#8217;m not sure what is wrong or what to do next. Your help would be greatly appreciated.  The learning curve becomes steeper when you&#8217;re stuck in this type of situation. I should also say that the same thing happens (unable to create class actions from the interface) if I try to create a simple program with a window containing 2 buttons and a text field.<br />
Thanks<br />
sorry for being so long-winded</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-343430</link>
		<dc:creator><![CDATA[Edward]]></dc:creator>
		<pubDate>Thu, 14 Oct 2010 17:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-343430</guid>
		<description><![CDATA[Alright I figured out the source of the error 

2010-10-14 10:56:20.481 BasicNavigation[8638:207] *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘-[UIViewController _loadViewFromNibNamed:bundle:] loaded the “SubViewOne” nib but the view outlet was not set.’ I made sure that all outlets and actions were now specified correctly (from the Libary panel) and they seem to match your diagrams.

I don&#039;t believe it was mentioned in your tutorial but in IB 3.2.4 You also have associate the UIView with the File&#039;s Owner as well in the referencing outlets. I now got the views to display properly as of half-way through your tutorial. I am now going to work on the model section.]]></description>
		<content:encoded><![CDATA[<p>Alright I figured out the source of the error </p>
<p>2010-10-14 10:56:20.481 BasicNavigation[8638:207] *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘-[UIViewController _loadViewFromNibNamed:bundle:] loaded the “SubViewOne” nib but the view outlet was not set.’ I made sure that all outlets and actions were now specified correctly (from the Libary panel) and they seem to match your diagrams.</p>
<p>I don&#8217;t believe it was mentioned in your tutorial but in IB 3.2.4 You also have associate the UIView with the File&#8217;s Owner as well in the referencing outlets. I now got the views to display properly as of half-way through your tutorial. I am now going to work on the model section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-343429</link>
		<dc:creator><![CDATA[Edward]]></dc:creator>
		<pubDate>Thu, 14 Oct 2010 16:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-343429</guid>
		<description><![CDATA[So I am still getting the error described below -

2010-10-14 10:56:20.481 BasicNavigation[8638:207] *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘-[UIViewController _loadViewFromNibNamed:bundle:] loaded the “SubViewOne” nib but the view outlet was not set.’ I made sure that all outlets and actions were now specified correctly (from the Libary panel) and they seem to match your diagrams.

Advice on this would be appreciated.

thanks

Edward]]></description>
		<content:encoded><![CDATA[<p>So I am still getting the error described below -</p>
<p>2010-10-14 10:56:20.481 BasicNavigation[8638:207] *** Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘-[UIViewController _loadViewFromNibNamed:bundle:] loaded the “SubViewOne” nib but the view outlet was not set.’ I made sure that all outlets and actions were now specified correctly (from the Libary panel) and they seem to match your diagrams.</p>
<p>Advice on this would be appreciated.</p>
<p>thanks</p>
<p>Edward</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-343428</link>
		<dc:creator><![CDATA[Edward]]></dc:creator>
		<pubDate>Thu, 14 Oct 2010 15:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-343428</guid>
		<description><![CDATA[Hi - nice tutorial - so far (for me anyway).

I am on the &quot;Build and Go&quot; step in the tutorial, and although I do see the first navigation screen, I get the following error when I click on a menu option.

2010-10-14 10:56:20.481 BasicNavigation[8638:207] *** Terminating app due to uncaught exception &#039;NSInternalInconsistencyException&#039;, reason: &#039;-[UIViewController _loadViewFromNibNamed:bundle:] loaded the &quot;SubViewOne&quot; nib but the view outlet was not set.&#039;

Looking up the view outlet not set issue, it appears that the view needs to be connected to the file&#039;s owner (the owner class was not set) - but the version of Interface Builder that I have (I believe it is current - 3.2.4 does not have the  Class actions or outlets view in the identity inspector, and apparently Apple has made changes to IB so that you have to add/remove outlets and actions through the library panel now of IB. I am trying that now to see if that works.]]></description>
		<content:encoded><![CDATA[<p>Hi &#8211; nice tutorial &#8211; so far (for me anyway).</p>
<p>I am on the &#8220;Build and Go&#8221; step in the tutorial, and although I do see the first navigation screen, I get the following error when I click on a menu option.</p>
<p>2010-10-14 10:56:20.481 BasicNavigation[8638:207] *** Terminating app due to uncaught exception &#8216;NSInternalInconsistencyException&#8217;, reason: &#8216;-[UIViewController _loadViewFromNibNamed:bundle:] loaded the &#8220;SubViewOne&#8221; nib but the view outlet was not set.&#8217;</p>
<p>Looking up the view outlet not set issue, it appears that the view needs to be connected to the file&#8217;s owner (the owner class was not set) &#8211; but the version of Interface Builder that I have (I believe it is current &#8211; 3.2.4 does not have the  Class actions or outlets view in the identity inspector, and apparently Apple has made changes to IB so that you have to add/remove outlets and actions through the library panel now of IB. I am trying that now to see if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ranaminhas</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-343427</link>
		<dc:creator><![CDATA[ranaminhas]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 21:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-343427</guid>
		<description><![CDATA[im new to this field .... please can any one give me the code of this simple application . ranaminhas@yahoo.com]]></description>
		<content:encoded><![CDATA[<p>im new to this field &#8230;. please can any one give me the code of this simple application . <a href="mailto:ranaminhas@yahoo.com">ranaminhas@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-343426</link>
		<dc:creator><![CDATA[Sid]]></dc:creator>
		<pubDate>Tue, 28 Sep 2010 10:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-343426</guid>
		<description><![CDATA[I am not able to get the table entries.Just getting the basic table view without the array entries added in the table :(]]></description>
		<content:encoded><![CDATA[<p>I am not able to get the table entries.Just getting the basic table view without the array entries added in the table :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UtilityAplication - błąd - pare wskazówek na początek</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-343425</link>
		<dc:creator><![CDATA[UtilityAplication - błąd - pare wskazówek na początek]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 20:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-343425</guid>
		<description><![CDATA[[...] tutki oparte o UITableView Jak rozumiem prawidłowo / lepiej np by było zrobić coś takiego Tutek pozostawiając nawigacje a zamiast tabelki zrobić buttony / ikonki ?  Dzięki wszystkim za [...]]]></description>
		<content:encoded><![CDATA[<p>[...] tutki oparte o UITableView Jak rozumiem prawidłowo / lepiej np by było zrobić coś takiego Tutek pozostawiając nawigacje a zamiast tabelki zrobić buttony / ikonki ?  Dzięki wszystkim za [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas do Monte</title>
		<link>http://gigaom.com/apple/iphone-dev-sessions-create-a-navigation-based-application/#comment-343424</link>
		<dc:creator><![CDATA[Lucas do Monte]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 22:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/?p=21018#comment-343424</guid>
		<description><![CDATA[When I have to connect the UILabel and a UIButton I can&#039;t. It just don&#039;t connect. Does anybody know what&#039;s the problem?

PS: Drag a UILabel and a UIButton such that your view mimics the following interface. - Appears in the side NSLabel - Is that a problem?]]></description>
		<content:encoded><![CDATA[<p>When I have to connect the UILabel and a UIButton I can&#8217;t. It just don&#8217;t connect. Does anybody know what&#8217;s the problem?</p>
<p>PS: Drag a UILabel and a UIButton such that your view mimics the following interface. &#8211; Appears in the side NSLabel &#8211; Is that a problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
