<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Apps Amuck Blog &#187; Tips &amp; Tricks</title>
	<atom:link href="http://appsamuck.com/blog/index.php/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://appsamuck.com/blog</link>
	<description>Your source for iPhone SDK information</description>
	<lastBuildDate>Mon, 04 Jan 2010 14:50:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>iPhone SDK Tip &amp; Trick #003: How do I Concatenate Two Strings Together?</title>
		<link>http://appsamuck.com/blog/index.php/2008/12/06/iphone-sdk-tip-trick-003-how-do-i-concatenate-strings-together/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/12/06/iphone-sdk-tip-trick-003-how-do-i-concatenate-strings-together/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 17:00:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=244</guid>
		<description><![CDATA[Question:
How do I concatenate two strings together?
Answer:
NSString *string1 = @&#8221;Alpha&#8221;;
NSString *string2 = @&#8221;Omega&#8221;;
string1 = [string1 stringByAppendingString:string2];
]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p style="padding-left: 30px;">How do I concatenate two strings together?</p>
<p><strong>Answer:</strong></p>
<p style="padding-left: 30px;">NSString *string1 = @&#8221;Alpha&#8221;;<br />
NSString *string2 = @&#8221;Omega&#8221;;</p>
<p style="padding-left: 30px;">string1 = [string1 stringByAppendingString:string2];</p>
]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/12/06/iphone-sdk-tip-trick-003-how-do-i-concatenate-strings-together/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Tip &amp; Trick #002: How do I Disable the Idle Timer?</title>
		<link>http://appsamuck.com/blog/index.php/2008/12/03/iphone-sdk-tip-trick-002-how-do-i-disable-the-idle-timer/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/12/03/iphone-sdk-tip-trick-002-how-do-i-disable-the-idle-timer/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:00:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=239</guid>
		<description><![CDATA[Question:
How do I disable the idle timer?
Answer:
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];
]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p style="padding-left: 30px;">How do I disable the idle timer?</p>
<p><strong>Answer:</strong></p>
<p style="padding-left: 30px;">[[UIApplication sharedApplication] setIdleTimerDisabled:YES];</p>
]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/12/03/iphone-sdk-tip-trick-002-how-do-i-disable-the-idle-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK Tip &amp; Trick #001: Hiding/Showing Status Bar</title>
		<link>http://appsamuck.com/blog/index.php/2008/12/01/iphone-sdk-tip-trick-001-hidingshowing-status-bar/</link>
		<comments>http://appsamuck.com/blog/index.php/2008/12/01/iphone-sdk-tip-trick-001-hidingshowing-status-bar/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 17:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[iPhone SDK]]></category>

		<guid isPermaLink="false">http://appsamuck.com/blog/?p=233</guid>
		<description><![CDATA[Question:
How do I hide/show the status bar?
Answer:
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO]];
]]></description>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p style="padding-left: 30px;">How do I hide/show the status bar?</p>
<p><strong>Answer:</strong></p>
<p style="padding-left: 30px;">[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO]];</p>
]]></content:encoded>
			<wfw:commentRss>http://appsamuck.com/blog/index.php/2008/12/01/iphone-sdk-tip-trick-001-hidingshowing-status-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

