Skip navigation.
 
mlRe: superclass and awakeFromNib
FROM : John C. Randolph
DATE : Tue Dec 17 22:49:28 2002

I think it would be a lot simpler to just put a NoOp -awakeFromNib in
the root class to keep from hitting an exception, and then go ahead and
call [super awakeFromNib].  No need then to walk the class hierarchy.

-jcr

John C. Randolph    <<email_removed>>  (408) 974-8819
Sr. Cocoa Software Engineer,
Apple Worldwide Developer Relations
http://developer.apple.com/cocoa/index.html
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlRe: superclass and awakeFromNib matt neuburg Dec 14, 16:48
mlRe: superclass and awakeFromNib Daniel Zitter Dec 17, 22:07
mlRe: superclass and awakeFromNib John C. Randolph Dec 17, 22:49
mlRe: superclass and awakeFromNib Daniel Zitter Dec 18, 03:50