Hello
I have written the simplest of formatters:
class MyIntNumberFormatter:NumberFormatter
{
override init()
{
super.init()
hasThousandSeparators = false
}
required init?( coder aDecoder:NSCoder )
{
super.init( coder: aDecoder )
}
}
I can set it as formatter for a text field in code and it works but I cannot
set it in the xib.
When I control-drag the only option I get is to set it as the delegate.
What am I missing here?
TIA,
Jan E.
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]