Re: - (id)initWithBundle:(NSBundle *)bundle

2008-10-21 Thread Nick Zitzmann
On Oct 21, 2008, at 3:59 AM, Adam Penny wrote: In a preference pane subclass, should the above method be treated as a replacement for the init method used in normal app controllers i.e. allocating any other objects that might be needed in the controller? I think so, even though it doesn

- (id)initWithBundle:(NSBundle *)bundle

2008-10-21 Thread Adam Penny
Hi there, In a preference pane subclass, should the above method be treated as a replacement for the init method used in normal app controllers i.e. allocating any other objects that might be needed in the controller? Thanks, Adam ___ Cocoa-dev