About the mysterious initWithBytes:length:encoding: NSString method
About the mysterious initWithBytes:length:encoding: NSString method
- Subject: About the mysterious initWithBytes:length:encoding: NSString method
- From: Stephane Sudre <email@hidden>
- Date: Wed, 18 Feb 2004 14:37:25 +0100
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...
_______________________________________________
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.