Today we go over how to use, what I call, IBDelegates to connect custom delegates to storyboards with Swift 4. In this tutorial, you will learn how to create a delegate protocol that can be connected to an IBOutlet.
Passing data between classes is a major part of development. Although there are several ways you can pass data from one class to another, the delegate pattern is a very popular way to accomplish the task. Being able to have this code connect through storyboards gives us the ability