Quote:
|
1. In IB, is your viewcontroller classed as MyNewViewController?
|
Maybe I have a problem with this what I did is I clicked on the third tab of my bar (where the webview is) and I chose in "class identify" MyNewViewController
Is that right?
Quote:
|
If so, control click on the view controller, or if the viewcontroller was made alone with the initWithNibName:bundle: method, then control click on the file owner. You will see an option "webView" and an open circle to it. click and drag from the circle to your webView.
|
Which view controller ? you mean the webview item on my stage ? I made a link already on new referencing outlet file owner -> webView
Is there something wrong?