NSPersonNameComponentsFormatterStyle Enum

Definition

Enumerates values that control the way that names are displayed.

public enum NSPersonNameComponentsFormatterStyle
type NSPersonNameComponentsFormatterStyle = 
Inheritance
NSPersonNameComponentsFormatterStyle

Fields

Abbreviated 4

Display the most abbreviated form of the name.

Default 0

Display a medium-length representation of the name. Equivalent to Medium.

Long 3

Use all available name components, except for the nickname, to display the name.

Medium 2

Display a medium-length representation of the name. Equivalent to Default.

Short 1

Display a shortened form of the name by abbreviating or omitting various, user-specified, components.

Applies to