I’m trying to develop a web browser that will display a website after the launch .
I already red the articles and with i cant seem to get it to work with this code .
NSURL*url=[NSURL URLWithString:@"http://www.google.com"];
NSURLRequest*request=[NSURLRequest requestWithURL:url];
[[webview mainFrame] loadRequest:request];
I’m using the cocoa and the Webkit Framework .
Try this:
if that doesn’t work, try this:
Good luck! tell me if this works!