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?
+3
A:
In Interface Builder:
- Drag from the library an Object
- Select it in the xib window
- In the Inspector, click the blue 'i' button at the top right
- Change Object's class to AppController
The rest (from step 13 onwards) seems pretty straightforwards.
Garry
2010-07-02 23:18:23
I tried this but the clear button still does not clear the text.
Phenom
2010-07-02 23:50:10