Re: NSNotification not going through
Re: NSNotification not going through
- Subject: Re: NSNotification not going through
- From: Matt Judy <email@hidden>
- Date: Sat, 19 Jan 2002 16:06:35 -0800
Matt Judy wrote:
>
> Any ideas?
Thank you for your responses... I was just being dense again...
The solution is to register in...
- (id)initWithFrame
...instead of - (id)init.
Doh! Gets me every time.
Thanks, all.