- stringFromItems:
Creates a formatted string for an array of items.
ある書式設定された文字列をいくつかの項目からなるある配列に対して作成します。
- stringForObjectValue:
Creates a formatted string for an array of items.
ある書式設定された文字列をいくつかの項目からなるある配列に対して作成します。
Availability 有効性
Technology
strings
An array of strings to join together in a list. あるリストにおいて一緒に結びつけることになる、文字列いくつかからなるある配列。
A formatted string that joins together a list of strings using a locale-specific list format. ある書式設定された文字列、それは文字列いくつかからなるあるリストをロケール特有のリストフォーマットを使って一緒につなげたものです。
Tip 助言
Use this method to join strings that are ready to be displayed in a bullet-point list. Sentences, phrases with punctuations, and appositions may not work well when joined together. このメソッドを使って、ビュレットポイントリスト(黒丸箇条書き)の中に表示する用意をしたいくつかの文字列をつなげてみてください。文、句読点での語句、そして並置は、一緒につなげた時うまく機能しないかもしれません。
- stringFromItems:
- stringForObjectValue: