Re: NSFormatter for hexadecimal numbers
Re: NSFormatter for hexadecimal numbers
- Subject: Re: NSFormatter for hexadecimal numbers
- From: j o a r <email@hidden>
- Date: Wed, 24 May 2006 07:50:35 +0200
On 24 maj 2006, at 07.17, Louis Demers wrote:
I have some 80 ints that need displayed in a view. I've looke at
various examples on how to roll my own but the part to turn it into
a IB palette has me confused.
Do you really need to have it in IB? A simple alternative would be to
just do your int->string conversion in code before the value is set
in the text field / text view.
Creating an IB palette would only be useful if you plan to re-use
this component a lot (and you need to do it in IB), or if you want to
share it with other developers (and you expect them to want to use it
in IB).
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden