Here is what I currently have:
- (void)viewDidLoad {
[super viewDidLoad];
NSString *fullURL = @"http://fc-pc.com/AMG/index.html";
NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"index" ofType:@"html" inDirectory:@"www"]];
[_viewWeb loadRequest:[NSURLRequest requestWithURL:url]];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
[_viewWeb loadRequest:requestObj];
}
I am very new to this so I thank anyone for their patience and help.

New Topic/Question
Reply


MultiQuote


|