Started the e-book yesterday. So far really great. Did get a little confused with the differences between the two versions of xcode, the one I am using on snow leopard (3.2.1) and the screen shots in the book.
It looks like a lot of it is done automatically for us now so that is good.
In chapter 4 we used VillainTrackerAppDelegate.m for all of our implementation code which was automatically created for with 3.2.1. It all works fine.
Now on to my question.
Have a small question on starting chapter 5. It says:
Preparing AppController for Multiple Villains
In Xcode, open the project you created in Chapter 4, and navigate to AppController.h so we can update the class’s interface to accommodate our upcoming changes. First, we’ll add the new instance variables we need.
Ok that is fine but in the project there is no AppController.h or .m. I guess I missed a piece somewhere in chapter 4 or in the interface builder, correct? The AppController.h and AppController.m file looks to contain the same information that we have in VillainTrackerAppDelegate.m to start off chapter 5. So do I need to go back to chapter 4 and create an AppController or continue on with the code changes in VillainTrackerAppDelegate. Should I go back and delete the two classes that were generated for us and do it the way in the book? That seems a little weird to have to do this though if they are created automatically.
To continue on will do the code changes in VillainTrackerAppDelegate but really would like to do this correctly instead of finding out later that I have wasted my time.
Thanks in advance
Kenneth
