Re: Adding Categories to NSMutableData
Re: Adding Categories to NSMutableData
- Subject: Re: Adding Categories to NSMutableData
- From: Kenny Leung <email@hidden>
- Date: Thu, 29 May 2008 11:24:02 -0700
Hi Rob.
Looks like you've added the category to NSMutableData, but you're
talking to an NSData.
-Kenny
On May 29, 2008, at 10:59 AM, Robert Kukuchka wrote:
Hello,
I'm trying to add a simple category to NSMutableData, but when I
try to call my method I'm getting "*** -[NSConcreteData
remainderDataWithParseByte:]: unrecognized selector sent to instance
0x816400". I've added categories to NSString and NSArray before,
which have similar abstract interfaces to concrete classes. Is there
some trick I'm missing?
Cheers
Rob
_______________________________________________
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
_______________________________________________
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