<?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>MacOSCoders &#187; sleep mode</title>
	<atom:link href="http://www.macoscoders.com/tag/sleep-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.macoscoders.com</link>
	<description>My blog to talk on iPhone, Mac OS, Adobe Flex, AIR...</description>
	<lastBuildDate>Mon, 16 Aug 2010 10:45:38 +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>Stop The Device from Sleeping Programmatically</title>
		<link>http://www.macoscoders.com/2009/04/03/stop-the-device-from-sleeping-programmatically/</link>
		<comments>http://www.macoscoders.com/2009/04/03/stop-the-device-from-sleeping-programmatically/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:49:19 +0000</pubDate>
		<dc:creator>Anish Kumar</dc:creator>
				<category><![CDATA[iPhone Applications]]></category>
		<category><![CDATA[iPhone Development]]></category>
		<category><![CDATA[iPhone SDK]]></category>
		<category><![CDATA[idle]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[sleep mode]]></category>

		<guid isPermaLink="false">http://www.macoscoders.com/?p=76</guid>
		<description><![CDATA[Add the following line of code to stop the iPhone from going to sleep mode. (Use it judiciously, it will drain the device battery.)
[[ UIApplication sharedApplication ] setIdleTimerDisabled: YES ];
 ]]></description>
			<content:encoded><![CDATA[<p>Add the following line of code to stop the iPhone from going to sleep mode. (Use it judiciously, it will drain the device battery.)</p>
<pre style="padding-left: 60px;"><code>[[ UIApplication sharedApplication ] setIdleTimerDisabled: YES ];</code></pre>
<div id="wherego_related"> </div>]]></content:encoded>
			<wfw:commentRss>http://www.macoscoders.com/2009/04/03/stop-the-device-from-sleeping-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
