One Quickie


Removing yourself from notifications (Notifications->General)
Don't forget to unregister yourself from the notification center in your -dealloc:
    NSNotificationCenter *center = [NSNotificationCenter defaultCenter];
    [center removeObserver: self];



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com