Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.34 KB

iOS Bridge - Rotten Tomatoes Curriculum

Introduction to iOS

About

This curriculum is designed to help a relatively experienced iOS developer, go through a simple iOS application step by step with students that may have little to no programming experience. This guide is broken up into several sections which are listed below. It is important to note that this is not a step by step guide to making an iOS app. This curriculum is focused on explaining how to teach how to make a simple iOS app.

Project

Make a simple UITableViewController based app that displays a list of data from the Rotten Tomatoes API.

Sections

  1. Class Introductions
  2. iOS UI Paradigms and Design
  3. Understanding how Interface Builder Connects with Code
  4. Using UITableViewController and Prototype Cells
  5. Interacting with Rotten Tomatoes API
  6. Downloading Images and Placing Them In Cells
  7. Nicing up the Code with Swift
  8. Next Steps

Screenshot

Image of Final App