<?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/"
		>
<channel>
	<title>Comments on: Iphone Programming Part 2 &#8211; Intro to Views</title>
	<atom:link href="http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/</link>
	<description>Coding is awesome</description>
	<lastBuildDate>Sun, 29 Jan 2012 19:36:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-138</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Tue, 19 Oct 2010 18:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-138</guid>
		<description>Hi Nikolai, thanks for the comment.

If you wanted a second view to appear first all you would have to do is go into your application delegate and change [window addSubview:firstViewController.view]; to [window addSubview:secondViewController.view];

With that line it will load the second view on launch and not the first.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Nikolai, thanks for the comment.</p>
<p>If you wanted a second view to appear first all you would have to do is go into your application delegate and change [window addSubview:firstViewController.view]; to [window addSubview:secondViewController.view];</p>
<p>With that line it will load the second view on launch and not the first.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikolai</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-137</link>
		<dc:creator>Nikolai</dc:creator>
		<pubDate>Tue, 19 Oct 2010 18:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-137</guid>
		<description>Good tutorial, great that you comment everything that was done.
One question, now that we have this &quot;mini view program&quot; (that you showed how to do), what if I want to change that the secondview is actually  the one that is shown on startup. How would that be done? This knowledge would come handy when one has programmed a lot and decides to make a new firstview and the original firstview would become secondview.
Thx&amp;cheers</description>
		<content:encoded><![CDATA[<p>Good tutorial, great that you comment everything that was done.<br />
One question, now that we have this &#8220;mini view program&#8221; (that you showed how to do), what if I want to change that the secondview is actually  the one that is shown on startup. How would that be done? This knowledge would come handy when one has programmed a lot and decides to make a new firstview and the original firstview would become secondview.<br />
Thx&amp;cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-133</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Sun, 13 Jun 2010 22:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-133</guid>
		<description>You can actually do that in Interface builder if you like and then just have them hooked up to a different IBAction for each button. Different IBAction&#039;s will go to different views.

Cheers</description>
		<content:encoded><![CDATA[<p>You can actually do that in Interface builder if you like and then just have them hooked up to a different IBAction for each button. Different IBAction&#8217;s will go to different views.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ainn</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-132</link>
		<dc:creator>Ainn</dc:creator>
		<pubDate>Sat, 12 Jun 2010 23:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-132</guid>
		<description>How would I add a couple more buttons to go to different pages?
Thanks and the great tutorial!</description>
		<content:encoded><![CDATA[<p>How would I add a couple more buttons to go to different pages?<br />
Thanks and the great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-124</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Thu, 22 Apr 2010 05:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-124</guid>
		<description>Right on thanks for subscribing! I&#039;ll be getting more posts out this summer :) enjoy! Cheers</description>
		<content:encoded><![CDATA[<p>Right on thanks for subscribing! I&#8217;ll be getting more posts out this summer <img src='http://codeperspective.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  enjoy! Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veterinary technician</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-123</link>
		<dc:creator>veterinary technician</dc:creator>
		<pubDate>Thu, 22 Apr 2010 01:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-123</guid>
		<description>Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!</description>
		<content:encoded><![CDATA[<p>Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-109</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Sat, 17 Apr 2010 00:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-109</guid>
		<description>Thank you very much! Cheers</description>
		<content:encoded><![CDATA[<p>Thank you very much! Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Поварфан</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-108</link>
		<dc:creator>Поварфан</dc:creator>
		<pubDate>Fri, 16 Apr 2010 20:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-108</guid>
		<description>просто афигенно!!!!

Translation: Simply Awesome! </description>
		<content:encoded><![CDATA[<p>просто афигенно!!!!</p>
<p>Translation: Simply Awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Perspective Admin</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-105</link>
		<dc:creator>Code Perspective Admin</dc:creator>
		<pubDate>Thu, 15 Apr 2010 15:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-105</guid>
		<description>Hope the translation is correct. To Answer your question, I try to update it as much as I can. Subscribe to the RSS for updates. Cheers</description>
		<content:encoded><![CDATA[<p>Hope the translation is correct. To Answer your question, I try to update it as much as I can. Subscribe to the RSS for updates. Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Тайланд</title>
		<link>http://codeperspective.ca/2010/03/27/iphone-programming-part-2-intro-to-views/comment-page-1/#comment-104</link>
		<dc:creator>Тайланд</dc:creator>
		<pubDate>Thu, 15 Apr 2010 07:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://codeperspective.ca/?p=235#comment-104</guid>
		<description>Очень интересно!!! Только не очень могу понять как часто обновляется ваш блог?

Translation:
Very interesting! But I can not really understand. How frequently do you update your blog?</description>
		<content:encoded><![CDATA[<p>Очень интересно!!! Только не очень могу понять как часто обновляется ваш блог?</p>
<p>Translation:<br />
Very interesting! But I can not really understand. How frequently do you update your blog?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

