Re: readInBackgroundAndNotify not working?
Re: readInBackgroundAndNotify not working?
- Subject: Re: readInBackgroundAndNotify not working?
- From: Kyle Sluder <email@hidden>
- Date: Sun, 23 Aug 2009 20:01:03 -0700
On Aug 23, 2009, at 7:42 PM, PCWiz <email@hidden> wrote:
name:@"NSFileHandleReadCompletionNotification"
NSFileHandleReadCompletionNotification is the name of a constant, not
necessarily its value.
In general, there are very few cases where notification names,
dictionary keys, and other known constants don't have symbolic names.
In that case the documentation will list them in @"" form; otherwise
the names listed are the actual const variables themselves.
No idea if this is your issue. Often the constant values are the same
as their names, and code like that which you've posted just seems to
work fine.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden