Instance Property インスタンスプロパティ

attributedStringForNil

The attributed string the receiver uses to display nil values. レシーバがnil値を表示するのに使う属性付き文字列。

Declaration 宣言

@property(copy) NSAttributedString *attributedStringForNil;

Discussion 議論

By default nil values are displayed as an empty string. 省略時にはnil値が空の文字列として表示されます。

Special Considerations 特別な注意事項

This method is for use with formatters using NSNumberFormatterBehavior10_0 behavior. このメソッドは、NSNumberFormatterBehavior10_0挙動を使っているフォーマッタと共に使うためのものです。

See Also 参照

Configuring the Display of Numeric Values 数値の表示を構成設定する