I have come back to learning cocoa after a break (having learnt the basics of OOP with Java) and I am using the Aaron Hillegass's book 'Cocoa Programming for Mac OS X'.
I have noticed since coming back and updating to snow leopard + xcode 3.2.1 when i create a project and get a class [projectName]AppDelegate and a instance of this class is created in the MainMenu.xib. Is this to replace creating an AppController class (as done in above mentioned book)? Is there any reference docs that can explain AppDelegate?
Thanks
I have noticed since coming back and updating to snow leopard + xcode 3.2.1 when i create a project and get a class [projectName]AppDelegate and a instance of this class is created in the MainMenu.xib. Is this to replace creating an AppController class (as done in above mentioned book)? Is there any reference docs that can explain AppDelegate?
Thanks