<?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: How to Use a View Controller Programatically</title>
	<atom:link href="http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/</link>
	<description>Get Started with Cocoa-Touch and iPhone Programming today!</description>
	<lastBuildDate>Tue, 09 Mar 2010 09:52:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How to Use a Slider &#124; How to Make iPhone Apps</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-124</link>
		<dc:creator>How to Use a Slider &#124; How to Make iPhone Apps</dc:creator>
		<pubDate>Thu, 04 Jun 2009 13:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-124</guid>
		<description>[...] How to Use a View Controller Programatically [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Use a View Controller Programatically [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattjdrake</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-119</link>
		<dc:creator>mattjdrake</dc:creator>
		<pubDate>Tue, 02 Jun 2009 17:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-119</guid>
		<description>@coreyfloyd, @dannyg - thanks for the comments guys.  I guess that one of the &quot;problems&quot; I have with IB is that I mostly use table views in my apps.  So, not much of a value add for me.  But, I am going to give IB another shot starting with my blog posts for next week.  I should like it is since I use the similar-ish tool in keynote all the time.

PS: one last vent. - I was just reading through @dannyg&#039;s blog post about learning IB.  And it occurs to me that a tool that is meant to simplify things should not require such a lengthly detailed article to explain different ways of essentially coping with the tool.  [good post though].</description>
		<content:encoded><![CDATA[<p>@coreyfloyd, @dannyg &#8211; thanks for the comments guys.  I guess that one of the &#8220;problems&#8221; I have with IB is that I mostly use table views in my apps.  So, not much of a value add for me.  But, I am going to give IB another shot starting with my blog posts for next week.  I should like it is since I use the similar-ish tool in keynote all the time.</p>
<p>PS: one last vent. &#8211; I was just reading through @dannyg&#8217;s blog post about learning IB.  And it occurs to me that a tool that is meant to simplify things should not require such a lengthly detailed article to explain different ways of essentially coping with the tool.  [good post though].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dannyg</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-116</link>
		<dc:creator>dannyg</dc:creator>
		<pubDate>Mon, 01 Jun 2009 21:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-116</guid>
		<description>I talk about my conversion to IB in one of my blog postings:

http://dannyg.com/iapps/Blog/Entries/2009/4/16_How_I_Grew_to_Love_Interface_Builder.html</description>
		<content:encoded><![CDATA[<p>I talk about my conversion to IB in one of my blog postings:</p>
<p><a href="http://dannyg.com/iapps/Blog/Entries/2009/4/16_How_I_Grew_to_Love_Interface_Builder.html" rel="nofollow">http://dannyg.com/iapps/Blog/Entries/2009/4/16_How_I_Grew_to_Love_Interface_Builder.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coreyfloyd</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-115</link>
		<dc:creator>coreyfloyd</dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-115</guid>
		<description>First I used IB because it seemed easy. Then I realized that complicated things were hard in IB and I went on to doing (and learning) programatic techniques. This went on for a while and helped me learn some solid principles. 
Later I became angry, knowing that IB was a good tool and should be making my life easier. So I went back into IB, and everything made sense. I was able to link nibs together to accomplish complex tasks that I thought needed to be done programatically. I actually use nibs for my UITableView Cells, which works surprisingly fast (For text only so far).
My use of IB is almost hybrid now. You can plan to split up your views amongst nibs in certain ways to get flexibility when you need it.
One iPhone complaint I have is the limited control of TableViews in IB. For something so central to the iPhone, it seems like they should be drag drop and go. The design of most TableView data sources us pretty similar and should allow for great control in IB.</description>
		<content:encoded><![CDATA[<p>First I used IB because it seemed easy. Then I realized that complicated things were hard in IB and I went on to doing (and learning) programatic techniques. This went on for a while and helped me learn some solid principles.<br />
Later I became angry, knowing that IB was a good tool and should be making my life easier. So I went back into IB, and everything made sense. I was able to link nibs together to accomplish complex tasks that I thought needed to be done programatically. I actually use nibs for my UITableView Cells, which works surprisingly fast (For text only so far).<br />
My use of IB is almost hybrid now. You can plan to split up your views amongst nibs in certain ways to get flexibility when you need it.<br />
One iPhone complaint I have is the limited control of TableViews in IB. For something so central to the iPhone, it seems like they should be drag drop and go. The design of most TableView data sources us pretty similar and should allow for great control in IB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneKicks.com</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-114</link>
		<dc:creator>iPhoneKicks.com</dc:creator>
		<pubDate>Mon, 01 Jun 2009 18:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-114</guid>
		<description>&lt;strong&gt;How to Use a View Controller Programatically...&lt;/strong&gt;

You&#039;ve been kicked (a good thing) - Trackback from iPhoneKicks.com - iPhone SDK links, community driven...</description>
		<content:encoded><![CDATA[<p><strong>How to Use a View Controller Programatically&#8230;</strong></p>
<p>You&#8217;ve been kicked (a good thing) &#8211; Trackback from iPhoneKicks.com &#8211; iPhone SDK links, community driven&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattjdrake</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-110</link>
		<dc:creator>mattjdrake</dc:creator>
		<pubDate>Fri, 29 May 2009 12:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-110</guid>
		<description>Thanks for the comments!  I am going to try yet again to work with IB and see if it has any benefits.  One thing I do like is that it helps out layout the components in a visually pleasing way.  It just seems that it is pointless for certain controls like date pickers and table views.  (to me).</description>
		<content:encoded><![CDATA[<p>Thanks for the comments!  I am going to try yet again to work with IB and see if it has any benefits.  One thing I do like is that it helps out layout the components in a visually pleasing way.  It just seems that it is pointless for certain controls like date pickers and table views.  (to me).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wuf810</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-107</link>
		<dc:creator>wuf810</dc:creator>
		<pubDate>Thu, 28 May 2009 22:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-107</guid>
		<description>Much prefer Interface Builder and use it the majority of the time. Why have a graphical tool to do the do and then not use it. Obviously there are certain things that can&#039;t be done but I then use IB as the base and then add the required code after.</description>
		<content:encoded><![CDATA[<p>Much prefer Interface Builder and use it the majority of the time. Why have a graphical tool to do the do and then not use it. Obviously there are certain things that can&#8217;t be done but I then use IB as the base and then add the required code after.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marlenez@mac.com</title>
		<link>http://howtomakeiphoneapps.com/2009/05/how-to-use-a-view-controller-programatically/#comment-106</link>
		<dc:creator>marlenez@mac.com</dc:creator>
		<pubDate>Thu, 28 May 2009 19:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=534#comment-106</guid>
		<description>I use both, don&#039;t really have a preference. When I first started programming on the iPhone I tended to not use IB because making the connections was confusing until you get the hang of it. I actually think that doing it in code is faster.</description>
		<content:encoded><![CDATA[<p>I use both, don&#8217;t really have a preference. When I first started programming on the iPhone I tended to not use IB because making the connections was confusing until you get the hang of it. I actually think that doing it in code is faster.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.448 seconds -->
