<?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: Open Link in Safari</title>
	<atom:link href="http://dougdiego.com/2008/10/12/open-link-in-safari/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougdiego.com/2008/10/12/open-link-in-safari/</link>
	<description></description>
	<lastBuildDate>Thu, 03 Nov 2011 18:47:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mahnuh</title>
		<link>http://dougdiego.com/2008/10/12/open-link-in-safari/comment-page-1/#comment-16292</link>
		<dc:creator>mahnuh</dc:creator>
		<pubDate>Wed, 26 Jan 2011 13:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://dougdiego.com/?p=95#comment-16292</guid>
		<description>hi!
i have the same problem and i haven&#039;t figured it out since weeks... :-(
maybe someone can help me?
i have a window based aplication with an UIWebView and i want http://-links to be opened in safari.
what do i have to do?
greetings from germany!
mahnuh</description>
		<content:encoded><![CDATA[<p>hi!<br />
i have the same problem and i haven&#8217;t figured it out since weeks&#8230; <img src='http://dougdiego.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /><br />
maybe someone can help me?<br />
i have a window based aplication with an UIWebView and i want <a href="http://-links" rel="nofollow">http://-links</a> to be opened in safari.<br />
what do i have to do?<br />
greetings from germany!<br />
mahnuh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrei</title>
		<link>http://dougdiego.com/2008/10/12/open-link-in-safari/comment-page-1/#comment-11377</link>
		<dc:creator>andrei</dc:creator>
		<pubDate>Wed, 27 Oct 2010 08:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://dougdiego.com/?p=95#comment-11377</guid>
		<description>Thanks for saving our time with such posts. The thing I didn&#039;t really understand - why do you need [ [ request URL ] retain ] and [ requestURL release ]?</description>
		<content:encoded><![CDATA[<p>Thanks for saving our time with such posts. The thing I didn&#8217;t really understand &#8211; why do you need [ [ request URL ] retain ] and [ requestURL release ]?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://dougdiego.com/2008/10/12/open-link-in-safari/comment-page-1/#comment-264</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Thu, 23 Apr 2009 12:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://dougdiego.com/?p=95#comment-264</guid>
		<description>You need to set your class as the UIWebViewDelegate.  Modify MyWebView.h to look like:

@interface MyWebView : UIWebView &lt;UIWebViewDelegate&gt; {</description>
		<content:encoded><![CDATA[<p>You need to set your class as the UIWebViewDelegate.  Modify MyWebView.h to look like:</p>
<p>@interface MyWebView : UIWebView <uiwebviewdelegate> {</uiwebviewdelegate></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://dougdiego.com/2008/10/12/open-link-in-safari/comment-page-1/#comment-251</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://dougdiego.com/?p=95#comment-251</guid>
		<description>Hi.. I try to add this method in an UIWebViewDelegate...
but it&#039;s never called...

I have miss something ?

file MyWebView.h:
#import 
@interface MyWebView : UIWebView  {
}
@end

file MyWebView.m:
#import &quot;MyWebView.h&quot;
@implementation MyWebView
-(BOOL)shouldStartLoadWithRequest:(NSURLRequest *)request 
	navigationType:(UIWebViewNavigationType)navigationType; {  
	NSLog(@&quot;call shouldStartLoadWithRequest&quot;);
...
}</description>
		<content:encoded><![CDATA[<p>Hi.. I try to add this method in an UIWebViewDelegate&#8230;<br />
but it&#8217;s never called&#8230;</p>
<p>I have miss something ?</p>
<p>file MyWebView.h:<br />
#import<br />
@interface MyWebView : UIWebView  {<br />
}<br />
@end</p>
<p>file MyWebView.m:<br />
#import &#8220;MyWebView.h&#8221;<br />
@implementation MyWebView<br />
-(BOOL)shouldStartLoadWithRequest:(NSURLRequest *)request<br />
	navigationType:(UIWebViewNavigationType)navigationType; {<br />
	NSLog(@&#8221;call shouldStartLoadWithRequest&#8221;);<br />
&#8230;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

