From the course: iOS App Development: Design Patterns for Mobile Architecture

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Presenter to coordinator communication

Presenter to coordinator communication

From the course: iOS App Development: Design Patterns for Mobile Architecture

Start my 1-month free trial

Presenter to coordinator communication

{QTtext}{timescale:100}{font:Verdana}{size:20}{backColor:0,0,0} {textColor:65280,65280,65280}{width:960}{justify:center} {plain} - [Instructor] Before we dive into our view controllers, - [Instructor] Before we dive into our view controllers, it looks like we have to correct this it looks like we have to correct this so that it's not using the instance, so that it's not using the instance, but it's using the class navigation coordinator. but it's using the class navigation coordinator. Let's go ahead and jump into Let's go ahead and jump into our spy list view controller. our spy list view controller. So all we're going to do is replace So all we're going to do is replace some of those maker methods with some of those maker methods with this navigation coordinator. this navigation coordinator. We'll come in here, we'll say, We'll come in here, we'll say, weak var n: NavigationCoordinator. weak var n: NavigationCoordinator. We're making it weak, so that we don't have We're…

Contents