<?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: iPhone Coding &#8211; Learning About UIWebViews by Creating a Web Browser</title>
	<atom:link href="http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:35:04 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Modder</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4761</link>
		<dc:creator>Modder</dc:creator>
		<pubDate>Sun, 28 Feb 2010 13:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4761</guid>
		<description>Hello

The compiler says &quot;Nested functions are disabled, use -fnested-functions to re-enable&quot; at lines

- (void)viewDidLoad {
	[super viewDidLoad];
	NSString *urlAddress @&quot;http://google.com&quot;;
	
	NSURL *url = [NSURL URLWithString:urlAddress];
	NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
	
	[webView loadRequest:requestObj];
	[addressBar setText: urlAddress];
}

Any help appreciated!

Regards,
modder</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>The compiler says &#8220;Nested functions are disabled, use -fnested-functions to re-enable&#8221; at lines</p>
<p>- (void)viewDidLoad {<br />
	[super viewDidLoad];<br />
	NSString *urlAddress @&#8221;http://google.com&#8221;;</p>
<p>	NSURL *url = [NSURL URLWithString:urlAddress];<br />
	NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];</p>
<p>	[webView loadRequest:requestObj];<br />
	[addressBar setText: urlAddress];<br />
}</p>
<p>Any help appreciated!</p>
<p>Regards,<br />
modder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone uygulamaları geliştirmek isteyenler için ücretsiz 100 kurs ve rehber &#171; Kerem PALABIYIK</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4757</link>
		<dc:creator>iPhone uygulamaları geliştirmek isteyenler için ücretsiz 100 kurs ve rehber &#171; Kerem PALABIYIK</dc:creator>
		<pubDate>Sat, 27 Feb 2010 20:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4757</guid>
		<description>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you’ll learn about UIWebViews through the creation of a browser. [iCode] [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you’ll learn about UIWebViews through the creation of a browser. [iCode] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usdating</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4343</link>
		<dc:creator>Usdating</dc:creator>
		<pubDate>Sun, 10 Jan 2010 22:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4343</guid>
		<description>Great done and keep posted. Looking forward to reading more from you.</description>
		<content:encoded><![CDATA[<p>Great done and keep posted. Looking forward to reading more from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urban</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4335</link>
		<dc:creator>Urban</dc:creator>
		<pubDate>Sat, 09 Jan 2010 10:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4335</guid>
		<description>Thanks for not even attempting to contact me</description>
		<content:encoded><![CDATA[<p>Thanks for not even attempting to contact me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urban</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4301</link>
		<dc:creator>Urban</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4301</guid>
		<description>Great Tutorial, finally one that demon straights the activity indicator!

I have one problem though, when using your project im not able to rotate the application..

Ive tried Return YES;
&amp;
(interfaceOrientation == UIInterfaceOrientationLandscapeRight)

But still not luck, please help</description>
		<content:encoded><![CDATA[<p>Great Tutorial, finally one that demon straights the activity indicator!</p>
<p>I have one problem though, when using your project im not able to rotate the application..</p>
<p>Ive tried Return YES;<br />
&amp;<br />
(interfaceOrientation == UIInterfaceOrientationLandscapeRight)</p>
<p>But still not luck, please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: off</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4272</link>
		<dc:creator>off</dc:creator>
		<pubDate>Tue, 05 Jan 2010 11:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4272</guid>
		<description>If your &quot;webViewDidStartLoad&quot; doesn&#039;t work - 
try to add this

webView.delegate = self;</description>
		<content:encoded><![CDATA[<p>If your &#8220;webViewDidStartLoad&#8221; doesn&#8217;t work &#8211;<br />
try to add this</p>
<p>webView.delegate = self;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 100 Free Courses &#38; Tutorials for Aspiring iPhone App Developers&#160;&#124;&#160;c&#39;est la vie</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4237</link>
		<dc:creator>100 Free Courses &#38; Tutorials for Aspiring iPhone App Developers&#160;&#124;&#160;c&#39;est la vie</dc:creator>
		<pubDate>Thu, 31 Dec 2009 13:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4237</guid>
		<description>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you’ll learn about UIWebViews through the creation of a browser. [iCode] [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you’ll learn about UIWebViews through the creation of a browser. [iCode] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MBFromSantaBarbara</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-4231</link>
		<dc:creator>MBFromSantaBarbara</dc:creator>
		<pubDate>Thu, 31 Dec 2009 06:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-4231</guid>
		<description>Thanks for the great tutorial. I&#039;m sure you&#039;re too busy to answer all of these questions so I thought that I&#039;d post some answers that may not be as elegant as yours...

- How to ensure that url starts with &quot;http://&quot;...
At the top of the gotoAddress method, add this code:
    // make sure url starts with &quot;http://&quot;
    if (! [addressBar.text hasPrefix:@&quot;http://&quot;]) {
        [addressBar setText:[NSString stringWithFormat:@&quot;http://%@&quot;, addressBar.text]];
    }

- how to update the addressBar after clicking go forward or go back:
Make your webViewDidFinishLoad method look like this:
- (void)webViewDidFinishLoad:(UIWebView *)webView{
    [addressBar setText:self.webView.request.URL.absoluteString];
    [activityIndicator stopAnimating];
    
}</description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial. I&#8217;m sure you&#8217;re too busy to answer all of these questions so I thought that I&#8217;d post some answers that may not be as elegant as yours&#8230;</p>
<p>- How to ensure that url starts with &#8220;http://&#8221;&#8230;<br />
At the top of the gotoAddress method, add this code:<br />
    // make sure url starts with &#8220;http://&#8221;<br />
    if (! [addressBar.text hasPrefix:@"http://"]) {<br />
        [addressBar setText:[NSString stringWithFormat:@"http://%@", addressBar.text]];<br />
    }</p>
<p>- how to update the addressBar after clicking go forward or go back:<br />
Make your webViewDidFinishLoad method look like this:<br />
- (void)webViewDidFinishLoad:(UIWebView *)webView{<br />
    [addressBar setText:self.webView.request.URL.absoluteString];<br />
    [activityIndicator stopAnimating];</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mms</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-3509</link>
		<dc:creator>mms</dc:creator>
		<pubDate>Fri, 06 Nov 2009 03:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-3509</guid>
		<description>Hi,

Thanks for your tutorial, and now I have a question, how to display the correct address after pressing &quot;back&quot; or &quot;forward&quot; button?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your tutorial, and now I have a question, how to display the correct address after pressing &#8220;back&#8221; or &#8220;forward&#8221; button?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Some Great Resources! &#124; My First iPhone Application</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-3345</link>
		<dc:creator>Some Great Resources! &#124; My First iPhone Application</dc:creator>
		<pubDate>Thu, 22 Oct 2009 03:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-3345</guid>
		<description>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you&#8217;ll learn about UIWebViews through the creation of a browser. [iCode] [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you&#8217;ll learn about UIWebViews through the creation of a browser. [iCode] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard W</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-3236</link>
		<dc:creator>Richard W</dc:creator>
		<pubDate>Mon, 12 Oct 2009 20:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-3236</guid>
		<description>Sussed out the orientation problem that people have been having.. when interface builder loads up double click on iCodeBlogViewController and build the browser in the view controller window that appears. Building it there instead of in the window seems to work..</description>
		<content:encoded><![CDATA[<p>Sussed out the orientation problem that people have been having.. when interface builder loads up double click on iCodeBlogViewController and build the browser in the view controller window that appears. Building it there instead of in the window seems to work..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Ness</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-3098</link>
		<dc:creator>Jonathan Ness</dc:creator>
		<pubDate>Mon, 28 Sep 2009 01:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-3098</guid>
		<description>Someone asked earlier how to clear the webview between requests.  Here&#039;s how I did it:

	[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@&quot;about:blank&quot;]]];</description>
		<content:encoded><![CDATA[<p>Someone asked earlier how to clear the webview between requests.  Here&#8217;s how I did it:</p>
<p>	[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"about:blank"]]];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone: Xcode</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-3080</link>
		<dc:creator>iPhone: Xcode</dc:creator>
		<pubDate>Fri, 25 Sep 2009 18:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-3080</guid>
		<description>[...] UIWebView Video      page_revision: 11, last_edited: 1253902141&#124;%e %b %Y, %H:%M %Z (%O ago)  edittags history files print site tools+&#160;options   edit sections append edit meta who watches backlinks view source parent block rename delete          help  &#124;  terms of service  &#124;  privacy  &#124;  report a bug  &#124;  flag as objectionable   Hosted by Wikidot.com &#8212; get your free wiki now!   Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License [...]</description>
		<content:encoded><![CDATA[<p>[...] UIWebView Video      page_revision: 11, last_edited: 1253902141|%e %b %Y, %H:%M %Z (%O ago)  edittags history files print site tools+&nbsp;options   edit sections append edit meta who watches backlinks view source parent block rename delete          help  |  terms of service  |  privacy  |  report a bug  |  flag as objectionable   Hosted by Wikidot.com &#8212; get your free wiki now!   Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apmobile</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-3079</link>
		<dc:creator>apmobile</dc:creator>
		<pubDate>Fri, 25 Sep 2009 18:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-3079</guid>
		<description>Good Post, the only thing is that my GO BACK and FORWARD buttons doesn&#039;t work.
Ay idea.</description>
		<content:encoded><![CDATA[<p>Good Post, the only thing is that my GO BACK and FORWARD buttons doesn&#8217;t work.<br />
Ay idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apostleofzion</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-3075</link>
		<dc:creator>apostleofzion</dc:creator>
		<pubDate>Fri, 25 Sep 2009 12:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-3075</guid>
		<description>Hi buddy,

Thanks for the tutorial. :)
Learned about the &#039;WebView&#039; better.</description>
		<content:encoded><![CDATA[<p>Hi buddy,</p>
<p>Thanks for the tutorial. <img src='http://icodeblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Learned about the &#8216;WebView&#8217; better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NCMacMan</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2966</link>
		<dc:creator>NCMacMan</dc:creator>
		<pubDate>Wed, 09 Sep 2009 01:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2966</guid>
		<description>I&#039;ve tried to implement autorotation within your code, but I can&#039;t get it to work, do you know why?  I set the autorotation to &quot;return YES;&quot; -- no compile errors or SIGBRT encountered.  Just no response in either the simulator or my hardware.

Any help would be appreciated.

Thanks...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to implement autorotation within your code, but I can&#8217;t get it to work, do you know why?  I set the autorotation to &#8220;return YES;&#8221; &#8212; no compile errors or SIGBRT encountered.  Just no response in either the simulator or my hardware.</p>
<p>Any help would be appreciated.</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2952</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Fri, 04 Sep 2009 03:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2952</guid>
		<description>here&#039;s a code correction or possibly just a suggestion.  I had to use a different name for my NSURL.  Though, at the same time I also put the URL inside the brackets in uppercase.  That probably fixed it.  Anyhow, the suggestion to icodeBlog and anyone else is to not use variable names that are too similar to Apple&#039;s types.  It&#039;s generally frowned upon in other programming languages and usually impossible too.  Xcode allows it because it is case sensitive.

NSURL *destURL = [request URL];
[iboTxtAddressBar setText:[destURL absoluteString]];</description>
		<content:encoded><![CDATA[<p>here&#8217;s a code correction or possibly just a suggestion.  I had to use a different name for my NSURL.  Though, at the same time I also put the URL inside the brackets in uppercase.  That probably fixed it.  Anyhow, the suggestion to icodeBlog and anyone else is to not use variable names that are too similar to Apple&#8217;s types.  It&#8217;s generally frowned upon in other programming languages and usually impossible too.  Xcode allows it because it is case sensitive.</p>
<p>NSURL *destURL = [request URL];<br />
[iboTxtAddressBar setText:[destURL absoluteString]];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doode</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2834</link>
		<dc:creator>doode</dc:creator>
		<pubDate>Wed, 19 Aug 2009 04:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2834</guid>
		<description>Dude.  Some minor enhancements:

+ use a dynamic spacer between the buttons on the lower toll bar.
+ connect the back/forward buttons directly to the goBack and goForward methods on the view!  way simpler.  Plus you get the original NeXTStep awesomeness of the true target/action paradigm.  No middle man of your own custom class - just wire up the functionality.

Dude! .</description>
		<content:encoded><![CDATA[<p>Dude.  Some minor enhancements:</p>
<p>+ use a dynamic spacer between the buttons on the lower toll bar.<br />
+ connect the back/forward buttons directly to the goBack and goForward methods on the view!  way simpler.  Plus you get the original NeXTStep awesomeness of the true target/action paradigm.  No middle man of your own custom class &#8211; just wire up the functionality.</p>
<p>Dude! .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UMAD</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2716</link>
		<dc:creator>UMAD</dc:creator>
		<pubDate>Sun, 09 Aug 2009 22:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2716</guid>
		<description>Is there anyway to emulate the tap-status-bar to scroll to top? because in the current state it doesn&#039;t work. May be another tutorial? :)</description>
		<content:encoded><![CDATA[<p>Is there anyway to emulate the tap-status-bar to scroll to top? because in the current state it doesn&#8217;t work. May be another tutorial? <img src='http://icodeblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelillo</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2652</link>
		<dc:creator>Angelillo</dc:creator>
		<pubDate>Mon, 03 Aug 2009 21:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2652</guid>
		<description>Great tutorial! 

I&#039;ve followed your steps and everything worked.

Thank you!</description>
		<content:encoded><![CDATA[<p>Great tutorial! </p>
<p>I&#8217;ve followed your steps and everything worked.</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiveCity</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2433</link>
		<dc:creator>LiveCity</dc:creator>
		<pubDate>Sat, 18 Jul 2009 18:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2433</guid>
		<description>Forgive me...it didn&#039;t work on the simulator, but it does on the phone.

However, it won&#039;t stop after the page loads.  any suggestions?</description>
		<content:encoded><![CDATA[<p>Forgive me&#8230;it didn&#8217;t work on the simulator, but it does on the phone.</p>
<p>However, it won&#8217;t stop after the page loads.  any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LiveCity</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2432</link>
		<dc:creator>LiveCity</dc:creator>
		<pubDate>Sat, 18 Jul 2009 18:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2432</guid>
		<description>I am trying to incorporate this into my own application.  But I have nothing to connect the activityIndicator too.  I have owner, first responder, view.  I tried connecting it to the owner since that is the only thing it allows me to.  But, I still don&#039;t get an indicator.  Plus, the code of:- (void)webViewDidStartLoad:(UIWebView *)webView {
	activityIndicator.hidden = NO;
	[activityIndicator startAnimating];
}

- (void)webViewDidFinishLoad:(UIWebView *)webView {
	activityIndicator.hidden = NO;
	[activityIndicator stopAnimating];
}

Where exactly does that go?  Before the url, after....?</description>
		<content:encoded><![CDATA[<p>I am trying to incorporate this into my own application.  But I have nothing to connect the activityIndicator too.  I have owner, first responder, view.  I tried connecting it to the owner since that is the only thing it allows me to.  But, I still don&#8217;t get an indicator.  Plus, the code of:- (void)webViewDidStartLoad:(UIWebView *)webView {<br />
	activityIndicator.hidden = NO;<br />
	[activityIndicator startAnimating];<br />
}</p>
<p>- (void)webViewDidFinishLoad:(UIWebView *)webView {<br />
	activityIndicator.hidden = NO;<br />
	[activityIndicator stopAnimating];<br />
}</p>
<p>Where exactly does that go?  Before the url, after&#8230;.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 100 ресурсов для iPhone-разработчиков - Краковецкий Александр: заметки программиста - iPhone Community в Украине</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-2/#comment-2224</link>
		<dc:creator>100 ресурсов для iPhone-разработчиков - Краковецкий Александр: заметки программиста - iPhone Community в Украине</dc:creator>
		<pubDate>Sun, 05 Jul 2009 12:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2224</guid>
		<description>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you&#8217;ll learn about UIWebViews through the creation of a browser. [iCode] [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you&rsquo;ll learn about UIWebViews through the creation of a browser. [iCode] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 200ml &#187; 100 Free courses for iPhone Dev</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-1/#comment-2163</link>
		<dc:creator>200ml &#187; 100 Free courses for iPhone Dev</dc:creator>
		<pubDate>Sun, 28 Jun 2009 16:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-2163</guid>
		<description>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you’ll learn about UIWebViews through the creation of a browser. [iCode] [...]</description>
		<content:encoded><![CDATA[<p>[...] iPhone Coding-Learning About UIWebViews by Creating a Web Browser: In this tutorial, you’ll learn about UIWebViews through the creation of a browser. [iCode] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allian</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-1/#comment-1718</link>
		<dc:creator>Allian</dc:creator>
		<pubDate>Mon, 20 Apr 2009 15:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-1718</guid>
		<description>Hello, can anyone know how to add the http:// string to my NSUrl, I tried a lot of stuff but nothing exist about converting a NSUrl to a NSstring then append an other string then finally convert the whole into a NSUrl.

please help.
thanks</description>
		<content:encoded><![CDATA[<p>Hello, can anyone know how to add the http:// string to my NSUrl, I tried a lot of stuff but nothing exist about converting a NSUrl to a NSstring then append an other string then finally convert the whole into a NSUrl.</p>
<p>please help.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tny</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-1/#comment-1716</link>
		<dc:creator>Tny</dc:creator>
		<pubDate>Sun, 19 Apr 2009 20:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-1716</guid>
		<description>Thanks for a great tutorial!  There are a couple of features I&#039;m trying to add to the browser - &quot;Bookmarks&quot; and &quot;History&quot;... I&#039;ve looked everywhere and can&#039;t seem to find an answer.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial!  There are a couple of features I&#8217;m trying to add to the browser &#8211; &#8220;Bookmarks&#8221; and &#8220;History&#8221;&#8230; I&#8217;ve looked everywhere and can&#8217;t seem to find an answer.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiegeabo</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-1/#comment-1709</link>
		<dc:creator>wiegeabo</dc:creator>
		<pubDate>Sat, 18 Apr 2009 20:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-1709</guid>
		<description>Ok, I figured it out.

At the end of the video, when setting the referencing outlets for the webview component, Brandon says drag a new referencing outlet to the ICode View Controller and select webview.

But he doesn&#039;t say do it twice.  Once for webview, and again for view.  He shows it in the video, but just listening while flipping between windows, it&#039;s very easy to miss.

Very sneaky Brandon. ;)</description>
		<content:encoded><![CDATA[<p>Ok, I figured it out.</p>
<p>At the end of the video, when setting the referencing outlets for the webview component, Brandon says drag a new referencing outlet to the ICode View Controller and select webview.</p>
<p>But he doesn&#8217;t say do it twice.  Once for webview, and again for view.  He shows it in the video, but just listening while flipping between windows, it&#8217;s very easy to miss.</p>
<p>Very sneaky Brandon. <img src='http://icodeblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiegeabo</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-1/#comment-1705</link>
		<dc:creator>wiegeabo</dc:creator>
		<pubDate>Fri, 17 Apr 2009 05:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-1705</guid>
		<description>My app runs with no errors.  But all I get is a gray screen.  Nothing seems to load.  Any ideas?</description>
		<content:encoded><![CDATA[<p>My app runs with no errors.  But all I get is a gray screen.  Nothing seems to load.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-1/#comment-1691</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 13 Apr 2009 09:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-1691</guid>
		<description>I am trying to do this with a tab based project, i cant figure out how to connect the webview. there is nothing to connect it to in the xib view. I am trying to add a web browser to a second tab in the tab based layout. that is where ther eis nothing to connect the webview to. all that is there is the &quot;file owner&quot;, &quot;first responder&quot;, and &quot;view&quot;. any ideas?</description>
		<content:encoded><![CDATA[<p>I am trying to do this with a tab based project, i cant figure out how to connect the webview. there is nothing to connect it to in the xib view. I am trying to add a web browser to a second tab in the tab based layout. that is where ther eis nothing to connect the webview to. all that is there is the &#8220;file owner&#8221;, &#8220;first responder&#8221;, and &#8220;view&#8221;. any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iPhone development Tutorials &#171; The Brook Song - ঝর্ণার গান</title>
		<link>http://icodeblog.com/2008/12/19/iphone-coding-learning-about-uiwebviews-by-creating-a-web-browser/comment-page-1/#comment-1610</link>
		<dc:creator>iPhone development Tutorials &#171; The Brook Song - ঝর্ণার গান</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=549#comment-1610</guid>
		<description>[...] 35. Creating a web browser [...]</description>
		<content:encoded><![CDATA[<p>[...] 35. Creating a web browser [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
