<?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: Implementing Tap to Zoom in UIScrollView on an iPhone</title>
	<atom:link href="http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/</link>
	<description>Jonathan</description>
	<lastBuildDate>Tue, 06 Dec 2011 23:31:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: gonzalez</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-152839</link>
		<dc:creator>gonzalez</dc:creator>
		<pubDate>Tue, 24 May 2011 05:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-152839</guid>
		<description>CGRect b = [self bounds];

in this section appears me two errors































































































































































































CGRect b = [self bounds];
Initializing &#039;CGRect&#039; (aka struct GGRect) with an expression of incompatible type id 2

and...12 warnings...

Could u help me?</description>
		<content:encoded><![CDATA[<p>CGRect b = [self bounds];</p>
<p>in this section appears me two errors</p>
<p>CGRect b = [self bounds];<br />
Initializing &#8216;CGRect&#8217; (aka struct GGRect) with an expression of incompatible type id 2</p>
<p>and&#8230;12 warnings&#8230;</p>
<p>Could u help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gonzalez</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-152837</link>
		<dc:creator>gonzalez</dc:creator>
		<pubDate>Tue, 24 May 2011 05:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-152837</guid>
		<description>Where is MyContentView.m (or how can I create?)</description>
		<content:encoded><![CDATA[<p>Where is MyContentView.m (or how can I create?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amalacrema</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-149530</link>
		<dc:creator>amalacrema</dc:creator>
		<pubDate>Wed, 16 Feb 2011 09:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-149530</guid>
		<description>Hi,

amazing sample!!

thats great for a UIScrollView but in case we wanna do the same for an UIwebview? Shall we handle the scroll subview inside all UIWebviews?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>amazing sample!!</p>
<p>thats great for a UIScrollView but in case we wanna do the same for an UIwebview? Shall we handle the scroll subview inside all UIWebviews?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mehran</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-102308</link>
		<dc:creator>mehran</dc:creator>
		<pubDate>Tue, 05 May 2009 08:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-102308</guid>
		<description>setZoomScale:animated is only available on 3.0 and above. If you want your app to work on lower versions of the OS, you need to find a different solution. (Most normal users don&#039;t update their iPhone OS with any reasonable frequency)</description>
		<content:encoded><![CDATA[<p>setZoomScale:animated is only available on 3.0 and above. If you want your app to work on lower versions of the OS, you need to find a different solution. (Most normal users don&#8217;t update their iPhone OS with any reasonable frequency)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Stanley</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-101413</link>
		<dc:creator>Shawn Stanley</dc:creator>
		<pubDate>Sun, 26 Apr 2009 14:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-101413</guid>
		<description>Ouch, that seems like a lot of work.  Why not use your scroll view&#039;s setZoomScale:animated:?

Rindra, just make the multiple subviews subviews of the scroll view&#039;s content view.</description>
		<content:encoded><![CDATA[<p>Ouch, that seems like a lot of work.  Why not use your scroll view&#8217;s setZoomScale:animated:?</p>
<p>Rindra, just make the multiple subviews subviews of the scroll view&#8217;s content view.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rindra</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-95986</link>
		<dc:creator>Rindra</dc:creator>
		<pubDate>Fri, 20 Mar 2009 13:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-95986</guid>
		<description>How to implement it with multiple subviews?</description>
		<content:encoded><![CDATA[<p>How to implement it with multiple subviews?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rindra</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-95861</link>
		<dc:creator>Rindra</dc:creator>
		<pubDate>Thu, 19 Mar 2009 14:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-95861</guid>
		<description>Me too, I wonder if you could help me in creating slideshow with multiple images like Photo.app(MobileSlideShow) in iPhone?Thank you.</description>
		<content:encoded><![CDATA[<p>Me too, I wonder if you could help me in creating slideshow with multiple images like Photo.app(MobileSlideShow) in iPhone?Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maddy</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-93400</link>
		<dc:creator>maddy</dc:creator>
		<pubDate>Mon, 02 Mar 2009 07:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-93400</guid>
		<description>How to do the same with multiple images in a scroll view. ???

The tutorial was good.</description>
		<content:encoded><![CDATA[<p>How to do the same with multiple images in a scroll view. ???</p>
<p>The tutorial was good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demetriusb</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-92232</link>
		<dc:creator>demetriusb</dc:creator>
		<pubDate>Mon, 23 Feb 2009 23:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-92232</guid>
		<description>What would be the best way to do this with multiple images?</description>
		<content:encoded><![CDATA[<p>What would be the best way to do this with multiple images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demetriusb</title>
		<link>http://jonathanwatmough.com/2008/12/implementing-tap-to-zoom-in-uiscrollview-on-an-iphone/#comment-88764</link>
		<dc:creator>demetriusb</dc:creator>
		<pubDate>Sun, 01 Feb 2009 20:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanwatmough.com/?p=236#comment-88764</guid>
		<description>Got your example to work. One question, why put all your code in the app delegate? It&#039;s a great example though.</description>
		<content:encoded><![CDATA[<p>Got your example to work. One question, why put all your code in the app delegate? It&#8217;s a great example though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

