Re: Unexpected behavior of NSNumberFormatter
Re: Unexpected behavior of NSNumberFormatter
- Subject: Re: Unexpected behavior of NSNumberFormatter
- From: Nick Müller <email@hidden>
- Date: Sun, 30 Dec 2001 18:00:22 +0100
On 30.12.2001 at 17:24 Uhr, Thomas Lachand-Robert wrote:
>
Just my 2 cents, but I would like to remind you one of the best
>
features of Obj-C: you can always add new methods to existing
>
classes, or even change the existing ones.
I know. I even thought about implementing it. But because
NSNUmberFormatter is broken (archiving-wise), I would have to invest to
much effort to store my own formatter.
>
This helps to wait until Apple corrects the bug... ;-)
In this case, I prefer to wait and implement the desired feature in the
next release. Smooth and elegant as it ought to be with Cocoa. ;-)
Nick