<!--
{
  "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/UIListContentTextTransform",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIListContentTextTransform"
  },
  "title" : "UIListContentTextTransform"
}
-->

# UIListContentTextTransform

Constants that specify the transform to apply to the text.

```
enum UIListContentTextTransform : NSInteger;
```

## Topics

### Text transforms

[`UIListContentTextTransformNone`](/documentation/UIKit/UIListContentTextTransform/UIListContentTextTransformNone)

The text doesn’t have a transform.

[`UIListContentTextTransformCapitalized`](/documentation/UIKit/UIListContentTextTransform/UIListContentTextTransformCapitalized)

Displays the text with the first character capitalized.

[`UIListContentTextTransformLowercase`](/documentation/UIKit/UIListContentTextTransform/UIListContentTextTransformLowercase)

Displays the text in all lowercase characters.

[`UIListContentTextTransformUppercase`](/documentation/UIKit/UIListContentTextTransform/UIListContentTextTransformUppercase)

Displays the text in all uppercase characters.



---

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)