<?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://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Sun, 21 Mar 2010 19:07:04 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ab</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-4781</link>
		<dc:creator>ab</dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-4781</guid>
		<description>Unable to download. Link Broken.</description>
		<content:encoded><![CDATA[<p>Unable to download. Link Broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bcl</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-4602</link>
		<dc:creator>bcl</dc:creator>
		<pubDate>Sat, 06 Feb 2010 17:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-4602</guid>
		<description>Good job! Thanks for posting the slides and text. It would be a bit more readable if you used a source highlighting plugin, but I was able to follow it just fine and it works great for me.</description>
		<content:encoded><![CDATA[<p>Good job! Thanks for posting the slides and text. It would be a bit more readable if you used a source highlighting plugin, but I was able to follow it just fine and it works great for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery Fernandez</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-4113</link>
		<dc:creator>Jeffery Fernandez</dc:creator>
		<pubDate>Thu, 17 Dec 2009 11:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-4113</guid>
		<description>Hi Collin,

The download link for this project source-code is broken now :(</description>
		<content:encoded><![CDATA[<p>Hi Collin,</p>
<p>The download link for this project source-code is broken now <img src='http://icodeblog.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom UITableViewCell Using Interface Builder &#171; thomas bittel</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-4028</link>
		<dc:creator>Custom UITableViewCell Using Interface Builder &#171; thomas bittel</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-4028</guid>
		<description>[...] Custom UITableViewCell Using Interface&#160;Builder Custom UITableViewCell Using Interface Builder [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom UITableViewCell Using Interface&nbsp;Builder Custom UITableViewCell Using Interface Builder [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yev</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3899</link>
		<dc:creator>Yev</dc:creator>
		<pubDate>Mon, 30 Nov 2009 19:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3899</guid>
		<description>Collin, great stuff, helped me a lot !!!

One tidbit that I ran into, the View that you use for the background view needs to be sized the same as the cell, I didn&#039;t do this initially and some of the cell data was covered by the view.  After clicking I would see the data but it was very weird to me on why it was happening.  Took me a couple of days to figure it out and a couple of looks over other tutorial.

Thanks, great work !!!</description>
		<content:encoded><![CDATA[<p>Collin, great stuff, helped me a lot !!!</p>
<p>One tidbit that I ran into, the View that you use for the background view needs to be sized the same as the cell, I didn&#8217;t do this initially and some of the cell data was covered by the view.  After clicking I would see the data but it was very weird to me on why it was happening.  Took me a couple of days to figure it out and a couple of looks over other tutorial.</p>
<p>Thanks, great work !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3837</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Thu, 26 Nov 2009 17:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3837</guid>
		<description>@COLIN

Great Tutorial. I need some help. I am creating an app with a Tab Bar which gives me 5 views. On the 5th view, I want this fancy table. It loads the view of that page from a seperate nib called newsTable and conforms to the class newsTableViewController.

I did exactly what you did but it keeps on crashes and tells me that it has gotten an uncaught something.

Do you think it has anything to do with this line: NSArray *topLevelObjects = [[NSBundle mainBundle] loadNibNamed:@”iCodeBlogCustomCell” owner:nil options:nil];

What is the owner? Should it be nil if I have  a tab bar going on? I dont know what the problem is please help me!</description>
		<content:encoded><![CDATA[<p>@COLIN</p>
<p>Great Tutorial. I need some help. I am creating an app with a Tab Bar which gives me 5 views. On the 5th view, I want this fancy table. It loads the view of that page from a seperate nib called newsTable and conforms to the class newsTableViewController.</p>
<p>I did exactly what you did but it keeps on crashes and tells me that it has gotten an uncaught something.</p>
<p>Do you think it has anything to do with this line: NSArray *topLevelObjects = [[NSBundle mainBundle] loadNibNamed:@”iCodeBlogCustomCell” owner:nil options:nil];</p>
<p>What is the owner? Should it be nil if I have  a tab bar going on? I dont know what the problem is please help me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isak Aldunce Atuan</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3659</link>
		<dc:creator>Isak Aldunce Atuan</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3659</guid>
		<description>Excelente,, tutorial...good. Gracias..</description>
		<content:encoded><![CDATA[<p>Excelente,, tutorial&#8230;good. Gracias..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandontreb</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3616</link>
		<dc:creator>brandontreb</dc:creator>
		<pubDate>Fri, 13 Nov 2009 15:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3616</guid>
		<description>@Frederick @Petchal

You need to cast it.  So make this line: 

CustomTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];

to 

CustomTableViewCell *cell = (CustomTableViewCell*)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];</description>
		<content:encoded><![CDATA[<p>@Frederick @Petchal</p>
<p>You need to cast it.  So make this line: </p>
<p>CustomTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];</p>
<p>to </p>
<p>CustomTableViewCell *cell = (CustomTableViewCell*)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petchal</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3615</link>
		<dc:creator>Petchal</dc:creator>
		<pubDate>Fri, 13 Nov 2009 09:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3615</guid>
		<description>hi,
i have the same problem as Frederick. any advice? thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
i have the same problem as Frederick. any advice? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tnathos</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3391</link>
		<dc:creator>tnathos</dc:creator>
		<pubDate>Wed, 28 Oct 2009 02:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3391</guid>
		<description>the link source code doesnt works...... pls any can post again?</description>
		<content:encoded><![CDATA[<p>the link source code doesnt works&#8230;&#8230; pls any can post again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tnathos</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3390</link>
		<dc:creator>tnathos</dc:creator>
		<pubDate>Wed, 28 Oct 2009 02:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3390</guid>
		<description>the link source code doesnt works...... pls any can post?</description>
		<content:encoded><![CDATA[<p>the link source code doesnt works&#8230;&#8230; pls any can post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathew</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-2/#comment-3353</link>
		<dc:creator>Mathew</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3353</guid>
		<description>Hi, thanks for the screencast, it was very useful to me.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the screencast, it was very useful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederick C. Lee</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3288</link>
		<dc:creator>Frederick C. Lee</dc:creator>
		<pubDate>Fri, 16 Oct 2009 19:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3288</guid>
		<description>The tutorial looked straight forward, but I&#039;m having trouble with the customized cell view.

I keep getting the warning: &quot;Initializing with a Distinct Objective-C Type&quot; at:

CustomTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];

Xcode/IB doesn&#039;t appear to automatically instantiate the customized cell.

Any ideas/

Also, I notice that the IB&#039;s File Owner wasn&#039;t set/used.  Shouldn&#039;t the &#039;File Owner&#039; icon bet set to the customized cell def?</description>
		<content:encoded><![CDATA[<p>The tutorial looked straight forward, but I&#8217;m having trouble with the customized cell view.</p>
<p>I keep getting the warning: &#8220;Initializing with a Distinct Objective-C Type&#8221; at:</p>
<p>CustomTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier];</p>
<p>Xcode/IB doesn&#8217;t appear to automatically instantiate the customized cell.</p>
<p>Any ideas/</p>
<p>Also, I notice that the IB&#8217;s File Owner wasn&#8217;t set/used.  Shouldn&#8217;t the &#8216;File Owner&#8217; icon bet set to the customized cell def?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederick C. Lee</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3278</link>
		<dc:creator>Frederick C. Lee</dc:creator>
		<pubDate>Fri, 16 Oct 2009 02:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3278</guid>
		<description>Excellent tutorial: simple, visual and to-the-point.  I only wished it was a bit higher resolution.  I&#039;m looking forward to other tutorials.   This one looks like it came out in May.   It&#039;s about time for another, don&#039; you think?</description>
		<content:encoded><![CDATA[<p>Excellent tutorial: simple, visual and to-the-point.  I only wished it was a bit higher resolution.  I&#8217;m looking forward to other tutorials.   This one looks like it came out in May.   It&#8217;s about time for another, don&#8217; you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omzig</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3216</link>
		<dc:creator>Omzig</dc:creator>
		<pubDate>Sat, 10 Oct 2009 04:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3216</guid>
		<description>Also found that if you rename the PNG&#039;s that doesnt always work, there must be some kind of meta data in the image or something... Hates Me!</description>
		<content:encoded><![CDATA[<p>Also found that if you rename the PNG&#8217;s that doesnt always work, there must be some kind of meta data in the image or something&#8230; Hates Me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omzig</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3215</link>
		<dc:creator>Omzig</dc:creator>
		<pubDate>Sat, 10 Oct 2009 04:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3215</guid>
		<description>AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH.........

[[cell image] setImage:[UIImage imageNamed:@&quot;icon1.png&quot;]];

[[cell image] setImage:[UIImage imageNamed:@&quot;Icon2.png&quot;]];

Notice something? the darn @&quot;icon1.png&quot; is case sensitive. if you spell something wrong it will not show your image!!!!!!!!! Took me an hour to figure out that my images were not bad. The part that kicks my booty is that it works in the simulator and not the phone/touch. This REALLY burns. I learned something but please.

Good tutorial man.</description>
		<content:encoded><![CDATA[<p>AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH&#8230;&#8230;&#8230;</p>
<p>[[cell image] setImage:[UIImage imageNamed:@"icon1.png"]];</p>
<p>[[cell image] setImage:[UIImage imageNamed:@"Icon2.png"]];</p>
<p>Notice something? the darn @&#8221;icon1.png&#8221; is case sensitive. if you spell something wrong it will not show your image!!!!!!!!! Took me an hour to figure out that my images were not bad. The part that kicks my booty is that it works in the simulator and not the phone/touch. This REALLY burns. I learned something but please.</p>
<p>Good tutorial man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omzig</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3214</link>
		<dc:creator>Omzig</dc:creator>
		<pubDate>Sat, 10 Oct 2009 04:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3214</guid>
		<description>Well, i am messed up, only 1 of my images will show on my itouch. If i load it in the simulator they will all be shown. but when i try to load it on my iTouch it doesnt work verson 3.1.2</description>
		<content:encoded><![CDATA[<p>Well, i am messed up, only 1 of my images will show on my itouch. If i load it in the simulator they will all be shown. but when i try to load it on my iTouch it doesnt work verson 3.1.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhoneMMS</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3106</link>
		<dc:creator>iPhoneMMS</dc:creator>
		<pubDate>Mon, 28 Sep 2009 20:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3106</guid>
		<description>The source code and video links don&#039;t work. 
It makes my browser freezen.  
Would you put them up?</description>
		<content:encoded><![CDATA[<p>The source code and video links don&#8217;t work.<br />
It makes my browser freezen.<br />
Would you put them up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeckzZ</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3028</link>
		<dc:creator>BeckzZ</dc:creator>
		<pubDate>Fri, 18 Sep 2009 13:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3028</guid>
		<description>Hey,

another great tutorial, thx fot that.
It helped me a lot!

But sourceCode-Link is still not working..would be fine if you&#039;re able to fix that..cause I would like to use your images for this turoial..

thx</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>another great tutorial, thx fot that.<br />
It helped me a lot!</p>
<p>But sourceCode-Link is still not working..would be fine if you&#8217;re able to fix that..cause I would like to use your images for this turoial..</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DF</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-3009</link>
		<dc:creator>DF</dc:creator>
		<pubDate>Tue, 15 Sep 2009 08:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-3009</guid>
		<description>SourceCode Link doesn&#039;t work also for mel....</description>
		<content:encoded><![CDATA[<p>SourceCode Link doesn&#8217;t work also for mel&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2964</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 09 Sep 2009 00:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2964</guid>
		<description>Fantastic tutorial, just what I needed!</description>
		<content:encoded><![CDATA[<p>Fantastic tutorial, just what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2806</link>
		<dc:creator>g</dc:creator>
		<pubDate>Sun, 16 Aug 2009 20:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2806</guid>
		<description>Source Code link is not working. Can anybody please put a source code.</description>
		<content:encoded><![CDATA[<p>Source Code link is not working. Can anybody please put a source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Cyprian</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2561</link>
		<dc:creator>Samuel Cyprian</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2561</guid>
		<description>This was the best tutorial I have seen! Good work!</description>
		<content:encoded><![CDATA[<p>This was the best tutorial I have seen! Good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anurag</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2500</link>
		<dc:creator>Anurag</dc:creator>
		<pubDate>Fri, 24 Jul 2009 06:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2500</guid>
		<description>Could you write a small tutorial explaining how to fill table cells with XML data that we retrieve from any website?</description>
		<content:encoded><![CDATA[<p>Could you write a small tutorial explaining how to fill table cells with XML data that we retrieve from any website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjorn</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2383</link>
		<dc:creator>bjorn</dc:creator>
		<pubDate>Tue, 14 Jul 2009 20:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2383</guid>
		<description>The source code link doesn&#039;t work for me,
Thanks</description>
		<content:encoded><![CDATA[<p>The source code link doesn&#8217;t work for me,<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2238</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2238</guid>
		<description>I figured it out. When I had copied and pasted the code from the blog, it uses the following line to set the image:

[[cell imageView] setImage:[UIImage imageNamed:@&quot;1.png&quot;]];

but if you follow the steps on the tutorial it should be:


[[cell image] setImage:[UIImage imageNamed:@&quot;1.png&quot;]];</description>
		<content:encoded><![CDATA[<p>I figured it out. When I had copied and pasted the code from the blog, it uses the following line to set the image:</p>
<p>[[cell imageView] setImage:[UIImage imageNamed:@"1.png"]];</p>
<p>but if you follow the steps on the tutorial it should be:</p>
<p>[[cell image] setImage:[UIImage imageNamed:@"1.png"]];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2177</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Tue, 30 Jun 2009 02:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2177</guid>
		<description>I loved the tutorial, especially how it is differentiated from other UITableView tutorials through the use of the images and sub-headings.

Could you possibly make a second step to this tutorial?  I would love to see how you can click on each heading and learn how to drill down to further levels.</description>
		<content:encoded><![CDATA[<p>I loved the tutorial, especially how it is differentiated from other UITableView tutorials through the use of the images and sub-headings.</p>
<p>Could you possibly make a second step to this tutorial?  I would love to see how you can click on each heading and learn how to drill down to further levels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2103</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 22 Jun 2009 19:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2103</guid>
		<description>@William

I think that is just a warning to tell you that you&#039;re using your own custom cell, rather than an actual error. Its fine here because we created the proper methods to support the table.

@Collin

One problem that I have with this is the images are blown way out of proportion and get re sized somehow. See
http://screencast.com/t/ph7MjFwb7t

But the project that I have is identical to yours.
See:
http://screencast.com/t/TNV867Jj
and when i select the image view associated with the image
http://screencast.com/t/p4Cqf5FQl

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>@William</p>
<p>I think that is just a warning to tell you that you&#8217;re using your own custom cell, rather than an actual error. Its fine here because we created the proper methods to support the table.</p>
<p>@Collin</p>
<p>One problem that I have with this is the images are blown way out of proportion and get re sized somehow. See<br />
<a href="http://screencast.com/t/ph7MjFwb7t" rel="nofollow">http://screencast.com/t/ph7MjFwb7t</a></p>
<p>But the project that I have is identical to yours.<br />
See:<br />
<a href="http://screencast.com/t/TNV867Jj" rel="nofollow">http://screencast.com/t/TNV867Jj</a><br />
and when i select the image view associated with the image<br />
<a href="http://screencast.com/t/p4Cqf5FQl" rel="nofollow">http://screencast.com/t/p4Cqf5FQl</a></p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2078</link>
		<dc:creator>William</dc:creator>
		<pubDate>Sat, 20 Jun 2009 22:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2078</guid>
		<description>Hi, 

I tried to run the app in the simulator but I get a warning: Initialization from distinct Objective-C type.

Do you know how to solve this?
I noticed you get the similar warning in your screencast.

Thank you 
William</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I tried to run the app in the simulator but I get a warning: Initialization from distinct Objective-C type.</p>
<p>Do you know how to solve this?<br />
I noticed you get the similar warning in your screencast.</p>
<p>Thank you<br />
William</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://icodeblog.com/2009/05/24/custom-uitableviewcell-using-interface-builder/comment-page-1/#comment-2074</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Sat, 20 Jun 2009 20:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=752#comment-2074</guid>
		<description>SOURCE POSTED! Sorry for the delay.</description>
		<content:encoded><![CDATA[<p>SOURCE POSTED! Sorry for the delay.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
