attributedStringForZero
The attributed string that the receiver uses to display zero values.
Declaration
@NSCopying var attributedStringForZero: NSAttributedString { get set }Discussion
By default zero values are displayed according to the format specified for positive values; for more discussion of this subject see Data Formatting Guide.
Special Considerations
This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior.