Uiwebview, UINavigationBAr, Local HTML
This is in my main.m
- (void)viewDidLoad
{
pageURLs = [[NSArray alloc] initWithObjects:@"mysite.com",@"myurl2.php",nil];
pageTitles = [[NSArray alloc] initWithObjects: @"Page 1",@"Page 2",nil];
}
I have been able to get a custom navigationbar to load back buttons per link clicked but now I need this to load local html files and I cant seem to get it to work, any pointers? To clarify this is working with remote pages.
Last edited by JohnH; 08-23-2009 at 07:09 PM.
|