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

itemFormatter

An object that formats each item in the list. リストの中の各項目を書式設定するあるオブジェクト。

Declaration 宣言

@property(copy) NSFormatter *itemFormatter;

Discussion 議論

If this property isn’t set, the list formatter falls back to the item’s descriptionWithLocale: or localizedDescription methods if implemented. If those methods aren’t implemented, the formatter uses description instead. このプロパティが設定されないならば、リストフォーマッタは項目のもつdescriptionWithLocale:またはlocalizedDescriptionメソッドにフォールバック(縮退)します、もし実装されるならば。それらメソッドが実装されないならば、フォーマッタはdescriptionを代わりに使います。

See Also 参照

Configuring Formatter Options フォーマッタオプションを構成設定する