A Brief Introduction to Xcode 4 Workspace

The Xcode Development Window

  1. Editor Area: Shows your project's properties, or the contents of files you select from the Navigator Area.
  2. Toolbar: collects important functions.
  3. Navigator Area: this pane allows you to explore the various components of your project.
  4. Debug Area: allows you to interact with console based programs, see log messages and control the debugger.
  5. Utility Area: you will not be using this at all in this class. You can learn about it at your leisure.