Hello I have a little question.
I have a tab bar controller view made with the UI tool. One of the tab is a web view that I want to show web datas. But I don't figure out how to link my webView outlet with the effective webView that I've inserted in the interface builder.
1. In IB, is your viewcontroller classed as MyNewViewController?
2. 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.
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?