Type Method
型メソッド
localizedStringFromPersonNameComponents:style:options:
Returns a string formatted for a given NSPersonNameComponents
object using the provided style and options.
与えられたNSPersonNameComponents
オブジェクトに対して書式設定される文字列を返します、提供されたスタイルとオブジェクトを使います。
Return Value
戻り値
A formatted string representation of the given name components.
与えられた名前構成要素の書式設定された文字列表現。
Discussion
議論
This method is a convenience for formatting name components without creating an instance of NSPersonNameComponentsFormatter
. For greater customizability, you can create an instance of NSPersonNameComponentsFormatter
and use stringFromPersonNameComponents:
instead.
このメソッドは、名前構成要素をNSPersonNameComponentsFormatter
のインスタンスを作成することなく書式設定することに対するある便宜です。より大きなカスタマイズ能力として、あなたはNSPersonNameComponentsFormatter
のインスタンスを作成してstringFromPersonNameComponents:
を代わりに使うことができます。
See Also
参照
Converting Between Person Name Components and Strings
個人名構成要素と文字列の間で変換する
- annotatedStringFromPersonNameComponents:
Returns an attributed string formatted for a given NSPersonNameComponents
object, with attribute annotations for each component.
ある書式設定された属性付き文字列を、ある与えられたNSPersonNameComponents
オブジェクトに対して返します、各構成要素に対して属性注釈をもちます。