Xcode 4.5 - OS X Cocoa Application - Basic Web View: Load Google when opened
问题 I'm trying to create an extremely basic OS X Cocoa Application that when opens loads http://www.google.com. As basic as possible (no back or forward buttons, etc.). I have little experience with Xcode 4.5 and I can't find any tutorials regarding a web view for OS X Cocoa Application AND Xcode 4.5. I was able to find a tutorial and create a web view for an iOS web view. I took what I learned but didn't get very far. Here's what I did so far: Created New OS X Cocoa Application in Xcode 4.5.2