Re: CoreFoundation <==> Foundation?
Re: CoreFoundation <==> Foundation?
- Subject: Re: CoreFoundation <==> Foundation?
- From: Ali Ozer <email@hidden>
- Date: Sun, 17 Jun 2001 00:06:15 -0700
One of the reasons that this works, of course, is that on OSX 10.0.x,
the functionality of these property list types is now implemented
underneath by CoreFoundation types.
Sure, but this doesn't have to be the case; for instance, you can pass
your own subclass of NSString into CF functions and it should still work.
Ali