Changes

The iOS 8 Application and Development Architecture

31 bytes added, 15:49, 23 December 2015
The Target-Action pattern, IBOutlets and IBActions
<google>BUY_IOS8</google>
== The Target-Action pattern, IBOutlets and IBActions ==
<google>ADSDAQBOX_FLOW</google>
When you create an iOS 8 app you will typically design the user interface (the view) using the Interface Builder tool and write the view controller and model code in Swift using the Xcode code editor. The previous section looked briefly at how the view controller interacts with the model. In this section we will look at how the view created in Interface Builder and our view controller code interact with each other.