iPhone EL 101 How it Works Outline:
Module 1: The MyApp Application
* Getting and Building MyApp
* Overview of the MyApp Application
* Overview of the MyApp Classes
* Overview of the MyApp Resources
* Overview of Configuring Defaults
* About Colors and Hexidecimal Conversion
* Configuring MyApp Defaults
* How to Install Images and Icons
* Exercise: Finish Configuring MyScool
Module 2: How it Works: The Top Info Configuration Page
* About the Top Info Configuration Page
* Navigation to the Top Info Configuration Page
* A Walkthrough of TopInfoPage.h
* Memory Management
* A Walkthrough of TopInfoPage.xib
* The Foreground Red Slider
* The URL Text Field
* The Text Field Delegate Methods
* The saveTextField Method
* The saveHomeData Method
* Navigation to the Home Page
Module 3: How it Works: Loading a Web Page with Authentication
* First Steps in Loading a Web Page
* The loadWebPageWithAuthentication Method Overview
* The loadWebPageWithAuthentication Method Detail
* NSURLConnection Delegate Methods
* Network Availability Overview
* Loading the Web View with a Web Page
* Managing the "No Network" HTML Source
* Installing Files in the Documents Directory
* Checking Network Availability
Module 4: How it Works: Row Configuration Page
* Overview of the Row Configuration Page
* Navigating to the Row Configuration Page
* The RowController Class Definition
* The RowController Class' XIB
* The RowController Class Implementation: viewDidLoad
* The RowController Class Implementation: viewDidAppear
* The Secure Switch
* The Segmented Control
* The Row Icons Overview
* The Image Picker Overview
* Cropping An Image
* Scaling and Rotating An Image
Module 5: How it Works: The Home Page
* The MyAppViewController Class Definition
* The MyAppViewController Class Implementation
* The loadImageView Method
* The loadImageView:uim:view Method
* The loadRows Method
* Navigating to the Full-Screen Web Page Viewer
* The buttonEnabled:flavor Method
* The WebViewController Class Definition
* The WebViewController Class Implementation