Working off of a similar incremental file tree to what we've seen in the class examples.

The examples are in three types:

* Hapless - Inferface Builder/Coding mishaps
   Hapless-001 - NSLog argument issues
   Hapless-002 - Interface builder connection issues
* TabFun - Multi-Tab App
           This shows several views with a Tab Controller.
   TabFun-001 - Sharing data between views using a Singleton
   TabFun-002 - Attempting to share data between views via a NSUserDefaults. (Outlining some of the issues with them.)
* TableFun - TableView controllers
   TableFun-001 - Initial table - using a helper class
   TableFun-002 - Using a custom table cell
   TableFun-003 - Added a UISwitch to the custom table cell - issues with cell height.
   TableFun-004 - Table looks good, but UISwitches aren't wired to anything.
   TableFun-005 - Switches work, but only when the cell is pulled off the screen and then brought back.
   TableFun-006 - Reloading the table fixes that problem.
* ModalExample - a quickie to show the different transitions for presenting a modal view.

Link to the Table View Programming Guide - 
http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/TableView_iPhone/AboutTableViewsiPhone/AboutTableViewsiPhone.html