tags:

views:

44

answers:

1

I'm using Xcode version 3.2.2 but the tutorial at this site was made for an older version of Xcode. I tried to follow this tutorial but like the tutorial says steps 12-18 don't make sense for newer versions of Xcode. I can't drag .h files into the .xib window in Interface Builder. How would steps 12-18 be different?

Learn Cocoa II

+3  A: 

In Interface Builder:

  1. Drag from the library an Object
  2. Select it in the xib window
  3. In the Inspector, click the blue 'i' button at the top right
  4. Change Object's class to AppController

The rest (from step 13 onwards) seems pretty straightforwards.

Garry
I tried this but the clear button still does not clear the text.
Phenom