Re: Bridging object expanding
Re: Bridging object expanding
- Subject: Re: Bridging object expanding
- From: Frederick Cheung <email@hidden>
- Date: Fri, 27 May 2005 20:59:12 +0100
On 27 May 2005, at 20:50, Pontus Ilbring wrote:
On 5/27/05, Mark Thomas <email@hidden> wrote:
Hi,
I'm working with a NSMutabledictionary, which I know I can use
CFMutabledictionary calls on, as it's a bridging object. What I
wasn't sure
is did mine own NSMarksMutabledictionary could I still
CFMutabledictionary
calls on it ?, as all I need to do is over ride a few of the default
archiving methods I think.
Is this safe ?
I just did a quick test with mutable arrays, and it worked. But it
doesn't seem safe at all.
The docs say that the bridging also applies to concrete subclasses of
NSMutableDictionary which I suppose means that you are ok.
Fred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden