<?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: How To Add A Nice Background Image To Your Grouped Table View</title>
	<atom:link href="http://howtomakeiphoneapps.com/2009/03/how-to-add-a-nice-background-image-to-your-grouped-table-view/feed/" rel="self" type="application/rss+xml" />
	<link>http://howtomakeiphoneapps.com/2009/03/how-to-add-a-nice-background-image-to-your-grouped-table-view/</link>
	<description>Get Started with Cocoa-Touch and iPhone Programming today!</description>
	<lastBuildDate>Tue, 20 Jul 2010 06:47:41 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: mike62</title>
		<link>http://howtomakeiphoneapps.com/2009/03/how-to-add-a-nice-background-image-to-your-grouped-table-view/#comment-63</link>
		<dc:creator>mike62</dc:creator>
		<pubDate>Thu, 30 Apr 2009 14:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://howtomakeiphoneapps.com/?p=210#comment-63</guid>
		<description>If you are creating your tableView in IB, this is also very simple to do. Create an outlet to the tableView in your .h file:
	IBOutlet UITableView *tableView;
Then connect the File&#039;s Owner to the tableView in IB.

Then set the tableView&#039;s background to be transparent in viewDidLoad of your .m file:
	tableView.backgroundColor = [UIColor clearColor];

Then you can just add an image to the back layer of your IB file.</description>
		<content:encoded><![CDATA[<p>If you are creating your tableView in IB, this is also very simple to do. Create an outlet to the tableView in your .h file:<br />
	IBOutlet UITableView *tableView;<br />
Then connect the File&#8217;s Owner to the tableView in IB.</p>
<p>Then set the tableView&#8217;s background to be transparent in viewDidLoad of your .m file:<br />
	tableView.backgroundColor = [UIColor clearColor];</p>
<p>Then you can just add an image to the back layer of your IB file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.511 seconds -->
