Selectively using formatter in table view text cell
Selectively using formatter in table view text cell
- Subject: Selectively using formatter in table view text cell
- From: Graham Cox <email@hidden>
- Date: Wed, 24 Jun 2009 15:27:06 +1000
I have a table view that displays the contents of a dictionary.
The values can be string data or numeric data. For numeric, I want to
use a formatter to make it nice and pretty, but for string data I want
to display it verbatim. If I attach a formatter to the text cell it
refuses to validate pure string input. Is there a way to set up the
formatter this way, or do I need to either create a special formatter
or apply the formatter selectively for different rows (if so, how?).
--Graham
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden