changing the name of my webview

2015-11-16 Thread Scott Berry
Hello there, In my main storyboard I’d like to call my web view “BrowseAirports.” How do I tell Xcode to do this so that when I call the code to open the web view it knows that my web view in storyboard is “BrowseAirports”? ___ Cocoa-dev mailing

Re: changing the name of my webview

2015-11-16 Thread Quincey Morris
On Nov 16, 2015, at 15:30 , Scott Berry wrote: > > In my main storyboard I’d like to call my web view “BrowseAirports.” How do > I tell Xcode to do this so that when I call the code to open the web view it > knows that my web view in storyboard is “BrowseAirports”? OS X

Re: changing the name of my webview

2015-11-16 Thread Uli Kusterer
On 17 Nov 2015, at 00:30, Scott Berry wrote: > In my main storyboard I’d like to call my web view “BrowseAirports.” How do > I tell Xcode to do this so that when I call the code to open the web view it > knows that my web view in storyboard is “BrowseAirports”? Do you mean