<?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: Changing the display size of a UITableView</title>
	<atom:link href="http://mitchallen.com/iphone/archives/184/feed" rel="self" type="application/rss+xml" />
	<link>http://mitchallen.com/iphone/archives/184</link>
	<description>random notes on iPhone development</description>
	<lastBuildDate>Thu, 19 Aug 2010 04:08:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sayeed</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-329</link>
		<dc:creator>Sayeed</dc:creator>
		<pubDate>Mon, 19 Jul 2010 07:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-329</guid>
		<description>Hey Cool Tutorial man!! Earlier the table view used to take up the entire screen space and it was so frustrating. 

I would like to point out that when you declare the UITableView *tableView, you need to include IBOutlet in the code to be able to drag and connect the referencing outlet to tableView. Please check.</description>
		<content:encoded><![CDATA[<p>Hey Cool Tutorial man!! Earlier the table view used to take up the entire screen space and it was so frustrating. </p>
<p>I would like to point out that when you declare the UITableView *tableView, you need to include IBOutlet in the code to be able to drag and connect the referencing outlet to tableView. Please check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreenivas Says</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-314</link>
		<dc:creator>Sreenivas Says</dc:creator>
		<pubDate>Tue, 15 Jun 2010 11:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-314</guid>
		<description>Hello,
   thanks for this tutorial.....

1. i want add my won data and also when i click on row i want to navigate to another UIViewcontrol only.
2. how to set labletext in oneview to antherview of textfield 
pls help me.

pls send this example to mu mail pls pls plssssssssssssss</description>
		<content:encoded><![CDATA[<p>Hello,<br />
   thanks for this tutorial&#8230;..</p>
<p>1. i want add my won data and also when i click on row i want to navigate to another UIViewcontrol only.<br />
2. how to set labletext in oneview to antherview of textfield<br />
pls help me.</p>
<p>pls send this example to mu mail pls pls plssssssssssssss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Esowes</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-305</link>
		<dc:creator>Esowes</dc:creator>
		<pubDate>Sun, 23 May 2010 08:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-305</guid>
		<description>Hello, 

Thanks for this tutorial...

But, shouldn&#039;t tableSize2ViewController implement the &quot;UITableViewControllerDelegate&quot; protocol ?:

in the .h:

@interface TableSize2ViewController : UIViewController  {

//etc...
}</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thanks for this tutorial&#8230;</p>
<p>But, shouldn&#8217;t tableSize2ViewController implement the &#8220;UITableViewControllerDelegate&#8221; protocol ?:</p>
<p>in the .h:</p>
<p>@interface TableSize2ViewController : UIViewController  {</p>
<p>//etc&#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I&#8217;ve updated the UITableView sample</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-299</link>
		<dc:creator>I&#8217;ve updated the UITableView sample</dc:creator>
		<pubDate>Fri, 30 Apr 2010 05:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-299</guid>
		<description>[...] http://mitchallen.com/iphone/archives/184 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://mitchallen.com/iphone/archives/184" rel="nofollow">http://mitchallen.com/iphone/archives/184</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Allen</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-298</link>
		<dc:creator>Mitch Allen</dc:creator>
		<pubDate>Fri, 30 Apr 2010 05:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-298</guid>
		<description>I&#039;ve posted an updated sample compiled with the latest 3.x SDK.  If you have git installed, see the update at the top of the post for cloning it to your machine.  It only works for the iPhone.  I&#039;m not sure it relates to the iPad.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted an updated sample compiled with the latest 3.x SDK.  If you have git installed, see the update at the top of the post for cloning it to your machine.  It only works for the iPhone.  I&#8217;m not sure it relates to the iPad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike V</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-297</link>
		<dc:creator>Mike V</dc:creator>
		<pubDate>Fri, 30 Apr 2010 02:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-297</guid>
		<description>I&#039;m using SDK 3.1.4 under Leopard, and I&#039;m having the same problem with the tableview taking up the entire display.

Could somebody confirm that Snow Leopard and 3.2 are not required for this?  And if they are required for this technique, is there some way to accomplish the same results with Leopard and SDK 3.1.4?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using SDK 3.1.4 under Leopard, and I&#8217;m having the same problem with the tableview taking up the entire display.</p>
<p>Could somebody confirm that Snow Leopard and 3.2 are not required for this?  And if they are required for this technique, is there some way to accomplish the same results with Leopard and SDK 3.1.4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-293</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 16 Apr 2010 16:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-293</guid>
		<description>Thx for the tutorial. Like some other folks I put in &#039;IBOutlet&#039; and was able to make the reference to &#039;tableview&#039; in IB. I also had to make a reference to &#039;view&#039; for the tableview to display. Unfortunately, the tableview still takes up the whole screen. Can you/anybody offer any insight? My head is really sore from banging it on the wall!:) Too much to ask for a sample proj?
Thx in advance  -
PF</description>
		<content:encoded><![CDATA[<p>Thx for the tutorial. Like some other folks I put in &#8216;IBOutlet&#8217; and was able to make the reference to &#8216;tableview&#8217; in IB. I also had to make a reference to &#8216;view&#8217; for the tableview to display. Unfortunately, the tableview still takes up the whole screen. Can you/anybody offer any insight? My head is really sore from banging it on the wall!:) Too much to ask for a sample proj?<br />
Thx in advance  -<br />
PF</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin Palewar</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-287</link>
		<dc:creator>Sachin Palewar</dc:creator>
		<pubDate>Sun, 28 Feb 2010 19:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-287</guid>
		<description>Thanks for the Tip.</description>
		<content:encoded><![CDATA[<p>Thanks for the Tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-281</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sat, 06 Feb 2010 15:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-281</guid>
		<description>Great tutorial BUT could you please describe how you make this work with a complete custom UITableViewController.</description>
		<content:encoded><![CDATA[<p>Great tutorial BUT could you please describe how you make this work with a complete custom UITableViewController.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas</title>
		<link>http://mitchallen.com/iphone/archives/184/comment-page-1#comment-271</link>
		<dc:creator>Nicholas</dc:creator>
		<pubDate>Wed, 13 Jan 2010 03:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://mitchallen.com/iphone/?p=184#comment-271</guid>
		<description>Super helpful info! This was exactly what I needed for a current project. Just wanted to note that I think you&#039;re missing the IBOutlet tag before UITableView in the header file. For me, this was preventing me from assigning the tableView property to the table view in interface builder.</description>
		<content:encoded><![CDATA[<p>Super helpful info! This was exactly what I needed for a current project. Just wanted to note that I think you&#8217;re missing the IBOutlet tag before UITableView in the header file. For me, this was preventing me from assigning the tableView property to the table view in interface builder.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
