<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIListContentTextAlignment",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIListContentTextAlignment"
  },
  "title" : "UIListContentTextAlignment"
}
-->

# UIListContentTextAlignment

Constants that specify the visual alignment of the text.

```
enum UIListContentTextAlignment : NSInteger;
```

## Topics

### Text alignment

[`UIListContentTextAlignmentCenter`](/documentation/UIKit/UIListContentTextAlignment/UIListContentTextAlignmentCenter)

The text has centered alignment.

[`UIListContentTextAlignmentJustified`](/documentation/UIKit/UIListContentTextAlignment/UIListContentTextAlignmentJustified)

The text has justified alignment.

[`UIListContentTextAlignmentNatural`](/documentation/UIKit/UIListContentTextAlignment/UIListContentTextAlignmentNatural)

The text uses the default alignment that the system associates with the current localization of the app.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)