The concept of Custom Delegation is always quite tricky when encountering it for the first time. In today's lesson, we'll go through how to create our first Protocol to implement our finishLoggingIn method.
We'll then go on to conforming to this protocol and performing the custom delegation action when clicking on the login button.