Expert Swift Book - Codable
May 22, 2021, 12:38 AM
01:08
This is a quick one minute preview of the "Codable" chapter from the new raywenderlich.com "Expert Swift" book.
Expert Swift Book - OUT NOW!!
May 22, 2021, 12:38 AM
01:11
This is a quick one minute introductory video for the new raywenderlich.com "Expert Swift" book.
Check out my four chapter previews, here:
Codable:
https://youtu.be/0RHw2Ufj-Do
Functional Reactive...
Expert Swift Book - API Design Tips & Tricks
May 22, 2021, 12:38 AM
01:18
This is a quick one minute preview of the "API Design Tips & Tricks" chapter from the new raywenderlich.com "Expert Swift" book.
Expert Swift Book - Objective-C Interoperability
May 22, 2021, 12:38 AM
01:15
This is a quick one minute preview of the "Objective-C Interoperability" chapter from the new raywenderlich.com "Expert Swift" book.
Expert Swift Book - Functional Reactive Programming
May 22, 2021, 12:38 AM
01:27
This is a quick one minute preview of the "Functional Reactive Programming" chapter from the new raywenderlich.com "Expert Swift" book.
Creating a simple Raffle app with Combine
Apr 5, 2020, 9:59 AM
10:10
In this video, you'll learn how to leverage some of Combine's operators and compose them to create your very own iPhone Raffle app. You'll also see an example of how to leverage existing system publishers for your own imperative use-cases....
Creating a custom Combine operator (Live Stream)
Mar 29, 2020, 3:25 PM
01:15:53
In this live stream, I'll write a custom implementation of the amb() operator for Combine Community's CombineExt project and explain some of the theory and relationship between a Publisher, Subscriber, Subscription, along other...
Generate SwiftUI Style Code with Prism
Mar 1, 2020, 9:38 AM
01:55
In this quick video, I'll show you how to automatically generate Text Style and Color code for your SwiftUI app using Prism, an open-source CLI developed by myself and the team at Gett.
The SwiftUI Example / Templates can be found here:...