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

Unlock the full course today

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

UI overview

UI overview

- [Instructor] Before we dive into the code, I want to give you an overview of the user interface, specifically with some of the data loading process and just the general flow of the application. So the first thing you'll notice is when the application starts running that we're loading data from the local database. And then we'll get a network refresh, and refresh that table view. Once you select the cell, we'll go into the spy details view and give you more information about the spy. And clicking on the briefcase will bring us to a view of where we're trying to crack this spy's password. Clicking on this Finish button will pop the stack all the way back to the original table view controller.

Contents