NSTextAlignment.center
Text is center-aligned.
Declaration
case centerDiscussion
The value of this enumeration case is 1 for binaries built for the arm64 architecture, and running in iOS, macOS, or Simulator. The value is also 1 for binaries built for the x86_64 architecture and running in Simulator for iOS. However, the value of this enumeration case is 2 for other binaries built for the x86_64 architecture, including apps translated using Rosetta. If you persist this value manually, make sure to convert it for the appropriate environment when you read it.
For more information about Rosetta, see About the Rosetta translation environment.