in Xcode, I am working on a browser. (for desktop)
So far, I have a basic one. I am very new to Xcode.
How do I make the TextField (where you type the URL) update to what the URL the web viewer is currently viewing?
For example, if you type in stackoverflow.com in chrome and start clicking on stuff, the text field above will change and not stay as stackoverflow.com like mine does.
Thanks!