Re: KeyValue Observing rant
Re: KeyValue Observing rant
- Subject: Re: KeyValue Observing rant
- From: Scott Anguish <email@hidden>
- Date: Mon, 26 Apr 2004 13:59:58 -0400
On Apr 26, 2004, at 11:31 AM, Robert Goldsmith wrote:
But one of those "little" drawbacks is, that so basic things like
-description won't work anymore.
I have not noticed this - all my code still works as I would expect it
to. Where does this problem happen?
OK, so the situation is that when an instance is being observed the
-description method returns the class name and reference (a hex value)
rather than the string that you'd expect from things like NSString and
NSDate, NSArray, etc..
it's a bug that should be fixed.
you can work around this by not relying on -description in your
application for anything that is displayed to the user.
_______________________________________________
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.