Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 07-05-2008, 07:00 PM   #1 (permalink)
Marco
Registered Member
 
Marco's Avatar
 
Join Date: Apr 2008
Posts: 69
Marco is an unknown quantity at this point
Default UIWebView how to reload page every time

I am using the UIWebView from IB into a UIViewController.

I have the load the UIWebView with below code:

Code:
- (void)viewDidLoad {
	NSURL *theURL = [NSURL URLWithString:@"http://www.OurLovingMother.org/Mobile.aspx"];
	[webView loadRequest:[NSURLRequest requestWithURL:theURL]];
}
I have tried to add [webView reload]; also above but the view does not refresh. The UIWebView always shows the previous viewed portion of the web page.

Any ideas?
__________________
Peace in Christ
Marco Napoli
http://www.ourlovingmother.org
Marco is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 175,639
Threads: 94,102
Posts: 402,827
Top Poster: BrianSlick (7,990)
Welcome to our newest member, sCarlRodriguezj
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 11:58 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.