<?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: iPhone Programming Tutorial: Part 6: Creating custom UITableViewCell Using Interface Builder [UITableView]</title>
	<atom:link href="http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/feed/" rel="self" type="application/rss+xml" />
	<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/</link>
	<description>Help to build mobile applications for Apple Store</description>
	<lastBuildDate>Mon, 14 Jun 2010 12:56:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Brat</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-1136</link>
		<dc:creator>Brat</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-1136</guid>
		<description>Hi,

is there any tutorials for creating chat message bubbles table view.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hi,</p>
<p>is there any tutorials for creating chat message bubbles table view.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarun Mishra</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-1101</link>
		<dc:creator>Tarun Mishra</dc:creator>
		<pubDate>Thu, 17 Dec 2009 14:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-1101</guid>
		<description>Hi!
I tried to insert the TableCellView.xib in SimpleTableViewController.xib;
Steps are:
1)I cut the TableCelView from TableCellView.xib
and paste it inside the SimpleTableViewControler.xib
2)I deleted the TableCellView.xib
3)I made the appropiate connection in SimpleTableViewControler.xib with TableCellView item.
4)I deleted the line 
[[NSBundle mainBundle] loadNibNamed:@&quot;TableCellView&quot; owner:self options:nil];

Now,the application runs successfully but it shows only one item in the tableView. Also the height of the Cell is very much stretched.

Pleae tell me how to fix it.

I require to contain the XIBs in a sigle filr.</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hi!<br />
I tried to insert the TableCellView.xib in SimpleTableViewController.xib;<br />
Steps are:<br />
1)I cut the TableCelView from TableCellView.xib<br />
and paste it inside the SimpleTableViewControler.xib<br />
2)I deleted the TableCellView.xib<br />
3)I made the appropiate connection in SimpleTableViewControler.xib with TableCellView item.<br />
4)I deleted the line<br />
[[NSBundle mainBundle] loadNibNamed:@&#8221;TableCellView&#8221; owner:self options:nil];</p>
<p>Now,the application runs successfully but it shows only one item in the tableView. Also the height of the Cell is very much stretched.</p>
<p>Pleae tell me how to fix it.</p>
<p>I require to contain the XIBs in a sigle filr.<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yara</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-1084</link>
		<dc:creator>Yara</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-1084</guid>
		<description>Hello,

It works! Thanks. 

In this line
[[NSBundle mainBundle] loadNibNamed:@&quot;TableCellView&quot; owner:self 

Shouldn&#039;t we use TableViewCell instead of TableCellView ?

In the following command you are telling us
&quot;a name TableViewCell and ‘Add’ to ‘SimpleTable’ project:&quot;

If they are different it doesn&#039;t work. 

Thanks again, best regards,
yara</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hello,</p>
<p>It works! Thanks. </p>
<p>In this line<br />
[[NSBundle mainBundle] loadNibNamed:@&#8221;TableCellView&#8221; owner:self </p>
<p>Shouldn&#8217;t we use TableViewCell instead of TableCellView ?</p>
<p>In the following command you are telling us<br />
&#8220;a name TableViewCell and ‘Add’ to ‘SimpleTable’ project:&#8221;</p>
<p>If they are different it doesn&#8217;t work. </p>
<p>Thanks again, best regards,<br />
yara<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YG</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-1037</link>
		<dc:creator>YG</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-1037</guid>
		<description>Hi, thanks for all the tutorials!

I would like to know if it is possible or not, to create a specific view for each cell.
I saw a lot of tutorials which are using the label to change a word, but I would like to create a table view looking like this

TABLE VIEW

CELL1
   CONTENT1
CELL2
   CONTENT2
CELL3
   NEW_TABLEVIEW
      CELL3.1
      CELL3.2
CELL4
   CONTENT4

And this using a specific view for each one, so that I can configure them just like I need. A label only contains text, but it would be interesting to be able to change more than that. There&#039;s no tutorial like this on all the world wide google :)

Hope you can do that...</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Hi, thanks for all the tutorials!</p>
<p>I would like to know if it is possible or not, to create a specific view for each cell.<br />
I saw a lot of tutorials which are using the label to change a word, but I would like to create a table view looking like this</p>
<p>TABLE VIEW</p>
<p>CELL1<br />
   CONTENT1<br />
CELL2<br />
   CONTENT2<br />
CELL3<br />
   NEW_TABLEVIEW<br />
      CELL3.1<br />
      CELL3.2<br />
CELL4<br />
   CONTENT4</p>
<p>And this using a specific view for each one, so that I can configure them just like I need. A label only contains text, but it would be interesting to be able to change more than that. There&#8217;s no tutorial like this on all the world wide google <img src='http://adeem.me/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope you can do that&#8230;<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-859</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 14 Jul 2009 03:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-859</guid>
		<description>Thanks, closest yet to what I&#039;m trying. Suppose the Cell view had a UITextLabel that gets edited. How do I get that change back to the table controller (to save the change)? Related, how do I call every cell (e.g., enabled, to turn edit on/off), since controller doesn&#039;t have array of tblCells?</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->Thanks, closest yet to what I&#8217;m trying. Suppose the Cell view had a UITextLabel that gets edited. How do I get that change back to the table controller (to save the change)? Related, how do I call every cell (e.g., enabled, to turn edit on/off), since controller doesn&#8217;t have array of tblCells?<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Complete List of UITableView UITableViewCell Tutorials + Video Tutorials &#124; iPhone SDK Tutorial for Beginners &#124; Tips</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-716</link>
		<dc:creator>Complete List of UITableView UITableViewCell Tutorials + Video Tutorials &#124; iPhone SDK Tutorial for Beginners &#124; Tips</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-716</guid>
		<description>[...] colour, accessory type, add footer and header] 5. Add, Delete &amp; Re-order UITableView rows 6. Creating UITableView using UITableViewCell 7. Adding Pictures into your UITableView using Interface builder 8. UITableView &amp; [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->[...] colour, accessory type, add footer and header] 5. Add, Delete &amp; Re-order UITableView rows 6. Creating UITableView using UITableViewCell 7. Adding Pictures into your UITableView using Interface builder 8. UITableView &amp; [...]<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone SDK Tutorial + Video Tutorial - {Part 1} UITableView using NSArray &#124; iPhone SDK Tutorial for Beginners &#124; Tutorial</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-712</link>
		<dc:creator>iPhone SDK Tutorial + Video Tutorial - {Part 1} UITableView using NSArray &#124; iPhone SDK Tutorial for Beginners &#124; Tutorial</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-712</guid>
		<description>[...] colour, accessory type, add footer and header] 5. Add, Delete &amp; Re-order UITableView rows 6. Creating UITableView using UITableViewCell 7. Adding Pictures into your UITableView using Interface builder 8. UITableView &amp; [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->[...] colour, accessory type, add footer and header] 5. Add, Delete &amp; Re-order UITableView rows 6. Creating UITableView using UITableViewCell 7. Adding Pictures into your UITableView using Interface builder 8. UITableView &amp; [...]<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone Tutorial &#8211; {Part 7}: Adding Pictures into your table&#8217;s using Interface builder &#124; iPhone SDK Tutorial for Beginners &#124; Tips</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-710</link>
		<dc:creator>iPhone Tutorial &#8211; {Part 7}: Adding Pictures into your table&#8217;s using Interface builder &#124; iPhone SDK Tutorial for Beginners &#124; Tips</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-710</guid>
		<description>[...] iPhone Tutorial -- Part 5:  Add, Delete &amp; Re-order UITableView rows iPhone Tutorial -- Part 6: Creating UITableView using UITableViewCell Using Interface Builder iPhone Tutorial -- Part 7: Adding Pictures into your UITableView using Interface builder iPhone [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->[...] iPhone Tutorial &#8212; Part 5:  Add, Delete &amp; Re-order UITableView rows iPhone Tutorial &#8212; Part 6: Creating UITableView using UITableViewCell Using Interface Builder iPhone Tutorial &#8212; Part 7: Adding Pictures into your UITableView using Interface builder iPhone [...]<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone SDK Tutorial or Video Tutorial &#8211; {Part 5}: Add, Delete &#38; Reorder UITableView Rows &#124; iPhone SDK Tutorial for Beginners &#124; Cydia</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-708</link>
		<dc:creator>iPhone SDK Tutorial or Video Tutorial &#8211; {Part 5}: Add, Delete &#38; Reorder UITableView Rows &#124; iPhone SDK Tutorial for Beginners &#124; Cydia</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-708</guid>
		<description>[...] iPhone Video Tutorial List             &#171; iPhone SDK Tips: Dialing number, opening Email &amp; SMS applications iPhone SDK Tutorial &#8211; {Part 6}: Creating custom UITableViewCell Using Interface Builder [UITab... [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->[...] iPhone Video Tutorial List             &laquo; iPhone SDK Tips: Dialing number, opening Email &amp; SMS applications iPhone SDK Tutorial &#8211; {Part 6}: Creating custom UITableViewCell Using Interface Builder [UITab... [...]<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone SDK Tutorial + Video Tutorial - {Part 3} Grouped UITableView &#124; iPhone SDK Tutorial for Beginners &#124; Tutorial</title>
		<link>http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/comment-page-1/#comment-706</link>
		<dc:creator>iPhone SDK Tutorial + Video Tutorial - {Part 3} Grouped UITableView &#124; iPhone SDK Tutorial for Beginners &#124; Tutorial</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://adeem.me/blog/?p=409#comment-706</guid>
		<description>[...] colour, accessory type, add footer and header] 5. Add, Delete &amp; Re-order UITableView rows 6. Creating UITableView using UITableViewCell 7. Customizing UITableView using UITableViewCell 8. UITableView &amp; UITableViewCell examples and [...]</description>
		<content:encoded><![CDATA[<p><!-- google_ad_section_start --><!-- google_ad_section_start -->[...] colour, accessory type, add footer and header] 5. Add, Delete &amp; Re-order UITableView rows 6. Creating UITableView using UITableViewCell 7. Customizing UITableView using UITableViewCell 8. UITableView &amp; UITableViewCell examples and [...]<!-- google_ad_section_end --><!-- google_ad_section_end --></p>
]]></content:encoded>
	</item>
</channel>
</rss>
