Figured it out. Here is the code I used for anyone who wants to learn from it:
Code:[[myWebView mainFrame]loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.google.com"]]];
[myWebView setMainFrameURL:@"http://www.google.com"];
Or more simply
Code:[myWebView setMainFrameURL:@"http://www.google.com"];