Friday, December 8, 2017

Passing Data with Delegates/Protocols (iOS, Xcode 9, Swift 4)

How do you use delegation to pass data between classes? In this video you are going to learn the 3 steps to implementing the delegate pattern. This is a popular pattern in iOS so you will gain a greater understanding of how many other parts of UIKit actually work by implementing it yourself.

You will also learn what a protocol is and how it plays a part in the delegate example we have in this tutorial.




SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...