Re: CoreFoundation <==> Foundation?
Re: CoreFoundation <==> Foundation?
- Subject: Re: CoreFoundation <==> Foundation?
- From: "John C. Randolph" <email@hidden>
- Date: Sat, 16 Jun 2001 17:39:26 -0700
On Saturday, June 16, 2001, at 05:32 PM, Deirdre Saoirse Moen wrote:
A couple of quick questions.
If I have existing code which works with CF(*)Refs can I cast them to
NS(*) and expect them to work?
No. CF stuff is not OOP. BTW, that will blow up horribly if you try it.
Actually, this isn't correct. CFDictionaries, for example, are in fact
NSDictionaries, and CFStrings are NSStrings. (This is what Apple was
talking about as toll-free bridging.)
-jcr
For every complex problem there is an answer that is clear, simple, and
wrong. -- H L Mencken