Hi all
While reading cocoa tutorials i've noticed that some of the tutorials use AppDelegate
and some AppController
for defining IBActions
that open various windows that use subclasses of NSWindowController
.
Is there some sort of rule of thumb for this?