This is my first post so hello to everyone on here, hopefully this will be a valuable source for me.
I'm doing what a lot of people do and am having a go at making a simple web browser in xcode with objective c with the webkit framework.
I have created a browser which is fine - when I enter a url in the NSTextbox and press enter, the site loads in the webview.
However, what I would like to do is to add a 'go' button which, when clicked, will make the webview load the url which is in the textbox.
I have been trying to find a solution but am still confused.
Can anyone suggest how to get around this hurdle and offer some advice?
Thanks
I'm doing what a lot of people do and am having a go at making a simple web browser in xcode with objective c with the webkit framework.
I have created a browser which is fine - when I enter a url in the NSTextbox and press enter, the site loads in the webview.
However, what I would like to do is to add a 'go' button which, when clicked, will make the webview load the url which is in the textbox.
I have been trying to find a solution but am still confused.
Can anyone suggest how to get around this hurdle and offer some advice?
Thanks