Initializer Injection with View Controllers

2 Episodes

Episode 1

08:02

Initializer Injection with View Controllers and Storyboards

Storyboards have many benefits, but they also have a number of significant downsides. Not being able to control the initialization of a view controller is one of them, especially if you want to use initializer injection. As of iOS 13 and tvOS 13, that is no longer a problem. In this episode, I show you how to use initializer injection in combination with storyboards.