<?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 in IB</title>
	<atom:link href="http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphone.galloway.me.uk</link>
	<description>iPhone Applications</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:55:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Cullen</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-23050</link>
		<dc:creator>Cullen</dc:creator>
		<pubDate>Wed, 11 Jan 2012 16:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-23050</guid>
		<description>This is great tutorial. Simple but powerful technique. Thanks.</description>
		<content:encoded><![CDATA[<p>This is great tutorial. Simple but powerful technique. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Herbert Altink</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-21889</link>
		<dc:creator>Herbert Altink</dc:creator>
		<pubDate>Wed, 21 Dec 2011 20:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-21889</guid>
		<description>Hi, 

It is a good tut. But it&#039;s not in xcode4.. Here is another tutorial in xcode4 http://www.altinkonline.nl/tutorials/xcode/uitableview/uitableviewcell/</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>It is a good tut. But it&#8217;s not in xcode4.. Here is another tutorial in xcode4 <a href="http://www.altinkonline.nl/tutorials/xcode/uitableview/uitableviewcell/" rel="nofollow">http://www.altinkonline.nl/tutorials/xcode/uitableview/uitableviewcell/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caul58</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-14621</link>
		<dc:creator>caul58</dc:creator>
		<pubDate>Wed, 17 Aug 2011 01:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-14621</guid>
		<description>Thanks. I will create a cellTVFactory and i will get the elements of every cell by their tag. It&#039;s the best solution for me. Thanks again for solve my question.</description>
		<content:encoded><![CDATA[<p>Thanks. I will create a cellTVFactory and i will get the elements of every cell by their tag. It&#8217;s the best solution for me. Thanks again for solve my question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Galloway</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-14599</link>
		<dc:creator>Matt Galloway</dc:creator>
		<pubDate>Tue, 16 Aug 2011 13:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-14599</guid>
		<description>@caul58 - That&#039;s not possible with this style of doing custom cells unfortunately. You could create a copy of the cell in viewDidLoad though and then use that for the other cell. Although I usually just create a copy in the NIB as I never find I need exactly the same cell - I usually use this method for different form elements such as username &amp; password.</description>
		<content:encoded><![CDATA[<p>@caul58 &#8211; That&#8217;s not possible with this style of doing custom cells unfortunately. You could create a copy of the cell in viewDidLoad though and then use that for the other cell. Although I usually just create a copy in the NIB as I never find I need exactly the same cell &#8211; I usually use this method for different form elements such as username &amp; password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caul58</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-14598</link>
		<dc:creator>caul58</dc:creator>
		<pubDate>Tue, 16 Aug 2011 13:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-14598</guid>
		<description>What about the case you want to reuse cellOne for 3 times for example in the same tableview?</description>
		<content:encoded><![CDATA[<p>What about the case you want to reuse cellOne for 3 times for example in the same tableview?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray&#39;s Blog</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-13124</link>
		<dc:creator>Ray&#39;s Blog</dc:creator>
		<pubDate>Mon, 18 Jul 2011 09:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-13124</guid>
		<description>[...] http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/" rel="nofollow">http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: custom uitableViewCell in controller which inherit from UITableViewController &#124; Coding Answers</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-9393</link>
		<dc:creator>custom uitableViewCell in controller which inherit from UITableViewController &#124; Coding Answers</dc:creator>
		<pubDate>Fri, 06 May 2011 11:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-9393</guid>
		<description>[...] I want to create custom UiTableViewCell, and it works, when I create TableView, like in this example, by inherit from UIViewController. But when I create controller which inherit from [...]</description>
		<content:encoded><![CDATA[<p>[...] I want to create custom UiTableViewCell, and it works, when I create TableView, like in this example, by inherit from UIViewController. But when I create controller which inherit from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Review: Sensible TableView &#171; Matt Galloway&#39;s iPhone Apps</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-8740</link>
		<dc:creator>Review: Sensible TableView &#171; Matt Galloway&#39;s iPhone Apps</dc:creator>
		<pubDate>Thu, 21 Apr 2011 20:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-8740</guid>
		<description>[...] Custom UITableViewCell in IB [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom UITableViewCell in IB [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nekbeth</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-6339</link>
		<dc:creator>Nekbeth</dc:creator>
		<pubDate>Sat, 26 Feb 2011 00:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-6339</guid>
		<description>Hi, Great Tutorial.  Simple and effective, just the way I like it.   I was wondering if any of you guys know how to Set up the cell  in order to show  an image on different cells (like this tutorial)  but not in the same row because I&#039;ll be pushing that cell to another tableview  and I don&#039;t want the old image.   

This works for this tutorial and to show just different views in the same table:

// Set up the cell…
	if (indexPath.row == 0) return cellOne;
	
	if (indexPath.row == 1) return cellTwo;
	
Now,  my data comes from a .plist,  so I&#039;m thinking to call the Value Name of the Title by doing the following:

NSDictionary *dictionary = [self.tableDataSource objectAtIndex:indexPath.row];
	cell.textLabel.text = [dictionary objectForKey:@&quot;Title&quot;];

now.. if anybody can help me to call that specific Title in order to return a particular cell .. it would awesome.   Thanks</description>
		<content:encoded><![CDATA[<p>Hi, Great Tutorial.  Simple and effective, just the way I like it.   I was wondering if any of you guys know how to Set up the cell  in order to show  an image on different cells (like this tutorial)  but not in the same row because I&#8217;ll be pushing that cell to another tableview  and I don&#8217;t want the old image.   </p>
<p>This works for this tutorial and to show just different views in the same table:</p>
<p>// Set up the cell…<br />
	if (indexPath.row == 0) return cellOne;</p>
<p>	if (indexPath.row == 1) return cellTwo;</p>
<p>Now,  my data comes from a .plist,  so I&#8217;m thinking to call the Value Name of the Title by doing the following:</p>
<p>NSDictionary *dictionary = [self.tableDataSource objectAtIndex:indexPath.row];<br />
	cell.textLabel.text = [dictionary objectForKey:@"Title"];</p>
<p>now.. if anybody can help me to call that specific Title in order to return a particular cell .. it would awesome.   Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAfiq</title>
		<link>http://iphone.galloway.me.uk/iphone-sdktutorials/custom-uitableviewcell/comment-page-1/#comment-5642</link>
		<dc:creator>RAfiq</dc:creator>
		<pubDate>Wed, 09 Feb 2011 04:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://iphone.galloway.me.uk/?page_id=58#comment-5642</guid>
		<description>Hi Matt,
   
Am doing an app and have struck at a point based on sqlite database.
At first I have to create two tables on same view.In that tables I have to insert values from sqlite database tables.
In first table i have to get the values from first table.And in second table i have to get the values from second table by comparing with the foreign key.

table1                              table2

id  name                           id    id2  name1
1   Mohammed                 1    1       ABC  

2   Rafiq                    2    1      DEF

                             3    2      ghi

in first table i need values Mohammed,Rafiq.

And when i click on Mohammed i used to get ABC,DEF in second table  or if select Rafiq  then ghi must display.
and the selected data must be displayed in text fields.

Thank u</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Am doing an app and have struck at a point based on sqlite database.<br />
At first I have to create two tables on same view.In that tables I have to insert values from sqlite database tables.<br />
In first table i have to get the values from first table.And in second table i have to get the values from second table by comparing with the foreign key.</p>
<p>table1                              table2</p>
<p>id  name                           id    id2  name1<br />
1   Mohammed                 1    1       ABC  </p>
<p>2   Rafiq                    2    1      DEF</p>
<p>                             3    2      ghi</p>
<p>in first table i need values Mohammed,Rafiq.</p>
<p>And when i click on Mohammed i used to get ABC,DEF in second table  or if select Rafiq  then ghi must display.<br />
and the selected data must be displayed in text fields.</p>
<p>Thank u</p>
]]></content:encoded>
	</item>
</channel>
</rss>

