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

itemFormatter

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

Declaration 宣言

@NSCopying var itemFormatter: Formatter? { get set }

Discussion 議論

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

See Also 参照

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