var locale: Locale!
The locale to use when formatting items in the list.
リストの中の項目を書式設定する時に使うロケール。
Availability 有効性
Technology
@NSCopying var itemFormatter: Formatter
? { get set }
If this property isn’t set, the list formatter falls back to the item’s description(with
or localized
methods if implemented. If those methods aren’t implemented, the formatter uses description
instead.
このプロパティが設定されないならば、リストフォーマッタは項目のもつdescription(with
またはlocalized
メソッドにフォールバック(縮退)します、もし実装されるならば。それらメソッドが実装されないならば、フォーマッタはdescription
を代わりに使います。
var locale: Locale!