<?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: The Joy of Gesture Recognizers in iOS</title>
	<atom:link href="http://www.sunetos.com/items/2010/10/18/the-joy-of-gesture-recognizers-in-ios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunetos.com/items/2010/10/18/the-joy-of-gesture-recognizers-in-ios/</link>
	<description>Doug Sjoquist, Software Craftsman</description>
	<lastBuildDate>Tue, 17 Jul 2012 17:49:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: dwsjoquist</title>
		<link>http://www.sunetos.com/items/2010/10/18/the-joy-of-gesture-recognizers-in-ios/#comment-143</link>
		<dc:creator>dwsjoquist</dc:creator>
		<pubDate>Tue, 19 Oct 2010 01:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://sunetos.com/?p=914#comment-143</guid>
		<description><![CDATA[Mikko,

I updated the post that hopefully will address some of your questions.

Basically, there is no silver bullet, if you are writing a custom recognizer to handle a complex combination of touches, then it is not much different than traditional touch processing.

Doug]]></description>
		<content:encoded><![CDATA[<p>Mikko,</p>
<p>I updated the post that hopefully will address some of your questions.</p>
<p>Basically, there is no silver bullet, if you are writing a custom recognizer to handle a complex combination of touches, then it is not much different than traditional touch processing.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikko Martikainen</title>
		<link>http://www.sunetos.com/items/2010/10/18/the-joy-of-gesture-recognizers-in-ios/#comment-142</link>
		<dc:creator>Mikko Martikainen</dc:creator>
		<pubDate>Mon, 18 Oct 2010 11:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://sunetos.com/?p=914#comment-142</guid>
		<description><![CDATA[Thanks for posting this, I&#039;ve been dabbling a bit with a custom UIGestureRecognizer lately so it&#039;s very interesting to see what others are doing. One question, though: since the touches set in each of the touchesBegan etc. methods contains only the changed touch objects, isn&#039;t there a risk that your gesture gets started more than one time? What happens if you first put one finger on the screen, then another, then third? I&#039;m trying to wrap my head around what the basic UIGestureRecognizer handles for me and what I&#039;m supposed to handle myself, especially for gestures involving more than 2 touches, so I&#039;d really appreciate any insight.]]></description>
		<content:encoded><![CDATA[<p>Thanks for posting this, I&#8217;ve been dabbling a bit with a custom UIGestureRecognizer lately so it&#8217;s very interesting to see what others are doing. One question, though: since the touches set in each of the touchesBegan etc. methods contains only the changed touch objects, isn&#8217;t there a risk that your gesture gets started more than one time? What happens if you first put one finger on the screen, then another, then third? I&#8217;m trying to wrap my head around what the basic UIGestureRecognizer handles for me and what I&#8217;m supposed to handle myself, especially for gestures involving more than 2 touches, so I&#8217;d really appreciate any insight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eastlandgrl</title>
		<link>http://www.sunetos.com/items/2010/10/18/the-joy-of-gesture-recognizers-in-ios/#comment-141</link>
		<dc:creator>eastlandgrl</dc:creator>
		<pubDate>Mon, 18 Oct 2010 10:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://sunetos.com/?p=914#comment-141</guid>
		<description><![CDATA[interesting, thanks]]></description>
		<content:encoded><![CDATA[<p>interesting, thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
