Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
As we’ve already discussed, an IBOutlet gives you the ability to access an Interface Builder–created object from within Xcode. This is critical when you want to reset properties in Xcode or when you want to set a property that’s not available from within Interface Builder, as is the case with the web view’s URL.
Creating this connection is a three-step process, as outlined in table 4.1. We’ll now look at each of these steps in more depth.