Hello all. I am in the process of making a simple web browser in cocoa with Webkit (Which by the way is extremely easy to do). I connect all of the right methods to the right buttons and I connect the text field to takeStringURLFrom: but when i run it and type in for example http://www.apple.com nothing happens. Please help me!
Make sure that you have added the framework, which i assume you did. Make sure you are making the right connection, i.e. address bar to webkit, webkit to address bar. Best of luck