Re: NSCalendarDate from plist
Re: NSCalendarDate from plist
- Subject: Re: NSCalendarDate from plist
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 25 Nov 2001 21:00:43 +0000
On Sunday, November 25, 2001, at 08:36 pm, Erik M. Buck wrote:
Note to Objective-C newbies: If you ever find yourself casting the value
returned from a method to another object type, you are probably doing
something wrong.
Unless you are using toll-free bridging and are casting a CFString to an
NSString or vice versa (or for any other toll-free bridged type, in
fact) :-)
-- Finlay