Sorry for repost: single instance of a class across multiple nibs
Sorry for repost: single instance of a class across multiple nibs
- Subject: Sorry for repost: single instance of a class across multiple nibs
- From: Adrian Rutledge <email@hidden>
- Date: Thu, 25 Jul 2002 17:32:11 -0500
Sorry for the repost, I had mail server troubles today so a lot bounced
and got lost somewhere in the web of mail servers. Suck.
Well, back to the topic of this post, I've got a class that I would like
to exist in all my nibs so I can make connections to it more easily. I
need a single instance of this class across all my nibs, and I recall
seeing initWithCoder: mentioned as the way to do this but I'm having
some trouble with it, it appears its never called. I know awakeFromNib
is called, but if there is an -init... method called, it seems it would
be easier to do this in it.
-Adrian Rutledge
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.