<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Get Set Games &#187; vibrate</title>
	<atom:link href="http://getsetgames.com/tag/vibrate/feed/" rel="self" type="application/rss+xml" />
	<link>http://getsetgames.com</link>
	<description></description>
	<lastBuildDate>Thu, 12 Jan 2012 20:12:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='getsetgames.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<link rel="http://api.friendfeed.com/2008/03#sup" xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://friendfeed.com/api/public-sup.json#5c973c50be"/>		<item>
		<title>How to Make the iPhone Vibrate</title>
		<link>http://getsetgames.com/2009/12/15/iphonedev-advent-tip-15-how-to-make-the-iphone-vibrate/</link>
		<comments>http://getsetgames.com/2009/12/15/iphonedev-advent-tip-15-how-to-make-the-iphone-vibrate/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 00:13:36 +0000</pubDate>
		<dc:creator>Derek van Vliet</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[advent]]></category>
		<category><![CDATA[AudioToolbox]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[vibrate]]></category>

		<guid isPermaLink="false">http://getsetgames.com/?p=983</guid>
		<description><![CDATA[The iPhone is capable of dazzling the user eyes by pushing impressive graphics around its screen and tickling their ears with a lot of audio to go with it, but [...]]]></description>
			<content:encoded><![CDATA[<p>The iPhone is capable of dazzling the user eyes by pushing impressive graphics around its screen and tickling their ears with a lot of audio to go with it, but you may want to give users of your iPhone app some additional sensory experience on top of that. You can do this by making the device vibrate.</p>
<p>We actually use the Audio framework to vibrate device. Here is how to do it in 3 simple steps:</p>
<p>1. Add the AudioToolbox framework to your target.</p>
<p>2. In the file you intend to trigger a vibration, import the AudioToolbox header file:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;"><span style="color: #6e371a;">#import &lt;AudioToolbox/AudioToolbox.h&gt;</span></pre></div></div>

<p>3. Finally, call the following line to make the device vibrate:</p>

<div class="wp_syntax"><div class="code"><pre class="objc" style="font-family:monospace;">AudioServicesPlaySystemSound<span style="color: #002200;">&#40;</span>kSystemSoundID_Vibrate<span style="color: #002200;">&#41;</span>;</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://getsetgames.com/2009/12/15/iphonedev-advent-tip-15-how-to-make-the-iphone-vibrate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
	</item>
	</channel>
</rss>

