How to make an IOS App : Outlets and Actions [HD 1080p]

In this series which is available at we cover how to make an IOS app from scratch using Swift. In this video we take a look at how to link the storyboard with the code with the help of connections called Outlets and Actions. An outlet is a property that is annotated with the symbol IBOutlet and whose value you can set graphically in a nib file or a storyboard. You declare an outlet in the interface of a class, and you make a connection between the outlet and another object in the nib f
Back to Top