<?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: Custom UITableViewCell Using Interface Builder</title>
	<atom:link href="http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/</link>
	<description>Conquering the mobile universe</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Richard</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-8939</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 09 Dec 2011 04:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-8939</guid>
		<description>Thanks for the helpful tutorial. It explained how customising table view cells works really clearly.

I do have one question on extending this. I want to create cells which have very different content and very different heights eg. text in one, buttons in another, and images in yet another. I assume that every cell must be of the same custom class so I would have to create a basic common class and then subclasses for each type of content right? Are you able to dynamically adjust the height of cells according to the content?

Or would it be better not to use a table view at all but just insert each of the content types as separate views into a scrollable view and handle it myself? The trouble here that I see is that I lose all that memory management that Cocoa offers.</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful tutorial. It explained how customising table view cells works really clearly.</p>
<p>I do have one question on extending this. I want to create cells which have very different content and very different heights eg. text in one, buttons in another, and images in yet another. I assume that every cell must be of the same custom class so I would have to create a basic common class and then subclasses for each type of content right? Are you able to dynamically adjust the height of cells according to the content?</p>
<p>Or would it be better not to use a table view at all but just insert each of the content types as separate views into a scrollable view and handle it myself? The trouble here that I see is that I lose all that memory management that Cocoa offers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vofox</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-8934</link>
		<dc:creator>Vofox</dc:creator>
		<pubDate>Thu, 08 Dec 2011 11:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-8934</guid>
		<description>Queries about custom development,web design, programming http://bit.ly/m0hNLu</description>
		<content:encoded><![CDATA[<p>Queries about custom development,web design, programming <a href="http://bit.ly/m0hNLu" rel="nofollow">http://bit.ly/m0hNLu</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanaraj Jeganathan</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-8660</link>
		<dc:creator>Thanaraj Jeganathan</dc:creator>
		<pubDate>Tue, 08 Nov 2011 06:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-8660</guid>
		<description>source code is not available...(if can make it possible... Â it ll be helpfull for freshers) Â  but i let thank u for explained video, Â nice...</description>
		<content:encoded><![CDATA[<p>source code is not available&#8230;(if can make it possible&#8230; Â it ll be helpfull for freshers) Â  but i let thank u for explained video, Â nice&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-8231</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 13 Oct 2011 13:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-8231</guid>
		<description>can any one help me with interface builder? i want to make a button to go back to my main screen but in stuck on how to do so</description>
		<content:encoded><![CDATA[<p>can any one help me with interface builder? i want to make a button to go back to my main screen but in stuck on how to do so</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sinithiker</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-8021</link>
		<dc:creator>Sinithiker</dc:creator>
		<pubDate>Sun, 04 Sep 2011 08:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-8021</guid>
		<description>Really nice method to learn, congratulations and carry on!! &quot;Mis respetos gran chaman programador&quot;</description>
		<content:encoded><![CDATA[<p>Really nice method to learn, congratulations and carry on!! &#8220;Mis respetos gran chaman programador&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-7686</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 15 Aug 2011 14:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-7686</guid>
		<description>[...] might be silly but I am stuck on something really stupid!   I am trying to go along this tutorial  Custom UITableViewCell Using Interface Builder &#124; iPhone Programming Tutorials  and on this line :  PHP Code:    [...]</description>
		<content:encoded><![CDATA[<p>[...] might be silly but I am stuck on something really stupid!   I am trying to go along this tutorial  Custom UITableViewCell Using Interface Builder | iPhone Programming Tutorials  and on this line :  PHP Code:    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-7528</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 06 Aug 2011 12:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-7528</guid>
		<description>Could anyone please provide source code? I am a bit confused about inserting table view into UIViewController. Should I create a IBOutlet for it? </description>
		<content:encoded><![CDATA[<p>Could anyone please provide source code? I am a bit confused about inserting table view into UIViewController. Should I create a IBOutlet for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-6882</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 23 Jun 2011 21:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-6882</guid>
		<description>You&#039;ll want to cast the cell being returned by that method call so:
iCodeBlogCustomCell *cell = (iCodeBlogCustomCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];

~hope that fixes your warnings,
Ryan, ryancrews.com</description>
		<content:encoded><![CDATA[<p>You&#8217;ll want to cast the cell being returned by that method call so:<br />
iCodeBlogCustomCell *cell = (iCodeBlogCustomCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];</p>
<p>~hope that fixes your warnings,<br />
Ryan, ryancrews.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nipszx</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-6635</link>
		<dc:creator>Nipszx</dc:creator>
		<pubDate>Thu, 02 Jun 2011 07:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-6635</guid>
		<description>The screen cast is missing in Step 5. duh, where is the video?</description>
		<content:encoded><![CDATA[<p>The screen cast is missing in Step 5. duh, where is the video?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/#comment-6323</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 29 Apr 2011 15:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-6323</guid>
		<description>would it be possible for you to load your example again please.  The link is not working.

I get in incompatible pointer type for the cell so I assume I have not set up things properly.  The source would show me.</description>
		<content:encoded><![CDATA[<p>would it be possible for you to load your example again please.  The link is not working.</p>
<p>I get in incompatible pointer type for the cell so I assume I have not set up things properly.  The source would show me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

