objective c - Should NSWindowController always be the superclass of a window controller? -
objective c - Should NSWindowController always be the superclass of a window controller? -
when reading apple's cocoa tutorial, window controller regular class , while understand fine suppose, wouldn't improve subclass nswindowcontroller?
if right, nswindowcontroller convenience class has lot of functionality required window controller implemented, right?
is there reason why not utilize class?
you don't have to. i've implemented controllers window inherited nsobject
, if didn't need added functionality of nswindowcontroller
.
objective-c cocoa nswindowcontroller
Comments
Post a Comment