I\'m new to programming and I need to embed a website in my application (which is blank; I only want to embed the website right now). I\'ve been searching for it since 5:00 PM (
Did you find the Apple tutorial on this very subject:
WebView *webview = [[WebView alloc] init]; // or initialise using the modern-equivalent of InterfaceBuilder
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:urlText]]];