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.

Coordinator walkthrough

Coordinator walkthrough

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

Start my 1-month free trial

Coordinator walkthrough

{QTtext}{timescale:100}{font:Verdana}{size:20}{backColor:0,0,0} {textColor:65280,65280,65280}{width:960}{justify:center} {plain} - [Instructor] We are now ready to start implementing - [Instructor] We are now ready to start implementing the coordination pattern within our application. the coordination pattern within our application. There's a lot of boilerplate code with the coordinator There's a lot of boilerplate code with the coordinator so what we've done is we've included a class so what we've done is we've included a class within your actual code base. within your actual code base. It's under the Project Files and under the Coordination It's under the Project Files and under the Coordination there's a file called Root Navigation Coordinator. there's a file called Root Navigation Coordinator. We're going to make a group here, we'll call this We're going to make a group here, we'll call this Navigation Coordinators. Navigation Coordinators. And we're making an actual…

Contents