<?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: 7 tips for using UIWebView</title>
	<atom:link href="http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/</link>
	<description>Kerem Karatal’s musings on code, technology and more…</description>
	<lastBuildDate>Tue, 20 Dec 2011 11:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Name zengse</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-288</link>
		<dc:creator>Name zengse</dc:creator>
		<pubDate>Tue, 20 Dec 2011 11:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-288</guid>
		<description>&lt;p&gt;i&#039;m sorry if i misunderstand
how abt to use&#039; stringByEvaluatingJavaScriptFromString&#039; 
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i&#8217;m sorry if i misunderstand
how abt to use&#8217; stringByEvaluatingJavaScriptFromString&#8217; 
<a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html" rel="nofollow">http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/WebKit/Classes/WebView_Class/Reference/Reference.html</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Strandgaard</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-231</link>
		<dc:creator>Simon Strandgaard</dc:creator>
		<pubDate>Tue, 10 May 2011 09:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-231</guid>
		<description>&lt;p&gt;Works excellent.. Now I can tap an image in a webview and push a new viewcontroller that shows detail for the image.&lt;/p&gt;

&lt;p&gt;Thank you very much.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Works excellent.. Now I can tap an image in a webview and push a new viewcontroller that shows detail for the image.</p>

<p>Thank you very much.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Societe ATTIC</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-229</link>
		<dc:creator>Societe ATTIC</dc:creator>
		<pubDate>Tue, 03 May 2011 18:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-229</guid>
		<description>&lt;p&gt;Greetings! I know this is kind of off topic but I was wondering if you knew where I could get a captcha plugin for my comment form? I&#039;m using the same blog platform as yours and I&#039;m having problems finding one? Thanks a lot!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Greetings! I know this is kind of off topic but I was wondering if you knew where I could get a captcha plugin for my comment form? I&#8217;m using the same blog platform as yours and I&#8217;m having problems finding one? Thanks a lot!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bharath gangupalli</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-206</link>
		<dc:creator>bharath gangupalli</dc:creator>
		<pubDate>Fri, 21 Jan 2011 04:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-206</guid>
		<description>&lt;p&gt;Sorry for this simple question...&lt;/p&gt;

&lt;p&gt;Can U tell me how to wrte a protocol of the form &quot;myapp:myfunction:myparam1:myparam2&quot;  ..&lt;/p&gt;

&lt;p&gt;Thanks,
Bharath gangupalli&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry for this simple question&#8230;</p>

<p>Can U tell me how to wrte a protocol of the form &#8220;myapp:myfunction:myparam1:myparam2&#8243;  ..</p>

<p>Thanks,
Bharath gangupalli</p>]]></content:encoded>
	</item>
	<item>
		<title>By: StuFF mc</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-201</link>
		<dc:creator>StuFF mc</dc:creator>
		<pubDate>Wed, 15 Dec 2010 11:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-201</guid>
		<description>&lt;p&gt;Thanks! 2 small notes. Don&#039;t write &quot;IPhone&quot; but &quot;iPhone&quot; + check out this line of your code (beginning)&lt;/p&gt;

&lt;p&gt;NSString *filePath = [[NSBundle mainBundle]
    pathForResource:@&quot;filenameWithoutExtension&quot; ofType:@&quot;svg&quot;;&lt;/p&gt;

&lt;p&gt;You forgot to close the message sending/method calling ;) add the necessary ]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks! 2 small notes. Don&#8217;t write &#8220;IPhone&#8221; but &#8220;iPhone&#8221; + check out this line of your code (beginning)</p>

<p>NSString *filePath = [[NSBundle mainBundle]
    pathForResource:@&#8221;filenameWithoutExtension&#8221; ofType:@&#8221;svg&#8221;;</p>

<p>You forgot to close the message sending/method calling <img src='http://www.codingventures.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  add the necessary ]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: BookReaderアプリ開発 その１ &#124; iPhoneサイト／iPhoneアプリ開発スタッフブログ</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-196</link>
		<dc:creator>BookReaderアプリ開発 その１ &#124; iPhoneサイト／iPhoneアプリ開発スタッフブログ</dc:creator>
		<pubDate>Fri, 22 Oct 2010 11:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-196</guid>
		<description>&lt;p&gt;[...] 以下の方法を使ってJavaScirptからUIWebViewまでイベント飛ばす。 http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] 以下の方法を使ってJavaScirptからUIWebViewまでイベント飛ばす。 <a href="http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/" rel="nofollow">http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/</a> [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: autoversicherung</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-195</link>
		<dc:creator>autoversicherung</dc:creator>
		<pubDate>Thu, 21 Oct 2010 03:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-195</guid>
		<description>&lt;p&gt;last week our class held a similar discussion about this topic and you show something we haven&#039;t covered yet, appreciate that.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Kris&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>last week our class held a similar discussion about this topic and you show something we haven&#8217;t covered yet, appreciate that.</p>

<ul>
<li>Kris</li>
</ul>]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone アプリ開発 その５ &#124; iPhoneサイト／iPhoneアプリ開発スタッフブログ</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-194</link>
		<dc:creator>iPhone アプリ開発 その５ &#124; iPhoneサイト／iPhoneアプリ開発スタッフブログ</dc:creator>
		<pubDate>Wed, 20 Oct 2010 10:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-194</guid>
		<description>&lt;p&gt;[...] http://www.milkstand.net/fsgarage/archives/001534.html http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.milkstand.net/fsgarage/archives/001534.html" rel="nofollow">http://www.milkstand.net/fsgarage/archives/001534.html</a> <a href="http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/" rel="nofollow">http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/</a> [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: CedricSoubrie</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-193</link>
		<dc:creator>CedricSoubrie</dc:creator>
		<pubDate>Wed, 06 Oct 2010 13:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-193</guid>
		<description>&lt;p&gt;Since I&#039;m develloping on iPad, I think I already used your article 3 or 4 times !
Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Since I&#8217;m develloping on iPad, I think I already used your article 3 or 4 times !
Thanks</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jyothi</title>
		<link>http://www.codingventures.com/2008/12/using-uiwebview-to-render-svg-files/comment-page-1/#comment-189</link>
		<dc:creator>Jyothi</dc:creator>
		<pubDate>Mon, 12 Jul 2010 07:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingventures.com/?p=31#comment-189</guid>
		<description>&lt;p&gt;Hi, 
Can you guys give some hints about the UNDOCUMENTED APIs to have the checkerboard pattern for uiwebview. For the pages with large contents , zooming and scrolling is not smooth.&lt;/p&gt;

&lt;p&gt;I know that private APIs can do it . Any help please?&lt;/p&gt;

&lt;p&gt;Thanks in Advance.&lt;/p&gt;

&lt;p&gt;-J&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, 
Can you guys give some hints about the UNDOCUMENTED APIs to have the checkerboard pattern for uiwebview. For the pages with large contents , zooming and scrolling is not smooth.</p>

<p>I know that private APIs can do it . Any help please?</p>

<p>Thanks in Advance.</p>

<p>-J</p>]]></content:encoded>
	</item>
</channel>
</rss>

