Re: About the mysterious initWithBytes:length:encoding: NSString method
Re: About the mysterious initWithBytes:length:encoding: NSString method
- Subject: Re: About the mysterious initWithBytes:length:encoding: NSString method
- From: Stephane Sudre <email@hidden>
- Date: Wed, 18 Feb 2004 18:02:56 +0100
On Wednesday, February 18, 2004, at 05:46 PM, Shawn Erickson wrote:
On Feb 18, 2004, at 5:37 AM, Stephane Sudre wrote:
How is it possible that you can use this method in 10.2 when:
- it's not in the documentation (it's in the 10.3 documentation)
- it's not in the header (it's in the 10.3 headers)
- it's not seen by class-dump in the Foundation and AppKit library
(it's not in 10.3 either).
- it's causing a warning at build time
?
Yet, it works...
I haven't used class-dump myself but try looking for it in a category
if the tool breaks out such things.
Indeed, it's in a category, I was restricting the search to the
NSString class. Things become clear now.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.