<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: iPhone Hacking</title>
	<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/</link>
	<description>Huh?</description>
	<pubDate>Wed, 07 Jan 2009 13:29:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Max Metral</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3652</link>
		<dc:creator>Max Metral</dc:creator>
		<pubDate>Tue, 27 Nov 2007 16:03:28 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3652</guid>
		<description>All of the sudden it's started working, not sure which change did it, but I guess I'll just act like none of this ever happened.  Thanks for the info!</description>
		<content:encoded><![CDATA[<p>All of the sudden it&#8217;s started working, not sure which change did it, but I guess I&#8217;ll just act like none of this ever happened.  Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Metral</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3629</link>
		<dc:creator>Max Metral</dc:creator>
		<pubDate>Tue, 27 Nov 2007 11:41:29 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3629</guid>
		<description>Thanks, I found the code.  Can't get it to work for me though, the content size still stays static.  Going to try to go back to first principles and see if I can figure it out.  didSetFrame and didDrawInRect don't even get called on my object.</description>
		<content:encoded><![CDATA[<p>Thanks, I found the code.  Can&#8217;t get it to work for me though, the content size still stays static.  Going to try to go back to first principles and see if I can figure it out.  didSetFrame and didDrawInRect don&#8217;t even get called on my object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3595</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 26 Nov 2007 22:24:23 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3595</guid>
		<description>@Max:  Not sure if you've seen this, but the code is all online.  Here's the main UIWebView stuff from Burp: http://iappaday.googlecode.com/svn/trunk/Burp/SimpleWebView.m</description>
		<content:encoded><![CDATA[<p>@Max:  Not sure if you&#8217;ve seen this, but the code is all online.  Here&#8217;s the main UIWebView stuff from Burp: <a href="http://iappaday.googlecode.com/svn/trunk/Burp/SimpleWebView.m" rel="nofollow">http://iappaday.googlecode.com/svn/trunk/Burp/SimpleWebView.m</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Metral</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3594</link>
		<dc:creator>Max Metral</dc:creator>
		<pubDate>Mon, 26 Nov 2007 22:22:21 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-3594</guid>
		<description>Can you describe the fix in the Burp code?  I'm using a UIWebView and in 1.1.1 it stopped adjusting for content size changes it seems, and I don't even get didSetFrame called on my object.</description>
		<content:encoded><![CDATA[<p>Can you describe the fix in the Burp code?  I&#8217;m using a UIWebView and in 1.1.1 it stopped adjusting for content size changes it seems, and I don&#8217;t even get didSetFrame called on my object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolblade</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2877</link>
		<dc:creator>coolblade</dc:creator>
		<pubDate>Thu, 08 Nov 2007 15:47:30 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2877</guid>
		<description>Sean, thank you so much!</description>
		<content:encoded><![CDATA[<p>Sean, thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2845</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 08 Nov 2007 01:15:45 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2845</guid>
		<description>@coolblade:  Check out the source for Melt:  &lt;a href="http://iappaday.googlecode.com/svn/trunk/Melt/" rel="nofollow"&gt;http://iappaday.googlecode.com/svn/trunk/Melt/&lt;/a&gt; - it uses the UIWebView.  It might have a scrolling bug on 1.1.1, though, which I've figured out in Burp - but I haven't published Burp's code just yet.</description>
		<content:encoded><![CDATA[<p>@coolblade:  Check out the source for Melt:  <a href="http://iappaday.googlecode.com/svn/trunk/Melt/" rel="nofollow">http://iappaday.googlecode.com/svn/trunk/Melt/</a> - it uses the UIWebView.  It might have a scrolling bug on 1.1.1, though, which I&#8217;ve figured out in Burp - but I haven&#8217;t published Burp&#8217;s code just yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolblade</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2844</link>
		<dc:creator>coolblade</dc:creator>
		<pubDate>Thu, 08 Nov 2007 00:48:34 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2844</guid>
		<description>hey can you publish all the files needed to make this compile? Having trouble integrating the scroller into the uiapplication. Thanks man!</description>
		<content:encoded><![CDATA[<p>hey can you publish all the files needed to make this compile? Having trouble integrating the scroller into the uiapplication. Thanks man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolblade</title>
		<link>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2828</link>
		<dc:creator>coolblade</dc:creator>
		<pubDate>Wed, 07 Nov 2007 16:56:49 +0000</pubDate>
		<guid>http://blog.bigzaphod.org/2007/10/20/iphone-hacking/#comment-2828</guid>
		<description>Nice work! Are you on app #7 today? Drop me a line some time. -coolblade</description>
		<content:encoded><![CDATA[<p>Nice work! Are you on app #7 today? Drop me a line some time. -coolblade</p>
]]></content:encoded>
	</item>
</channel>
</rss>
