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

# UILineBreakModeClip

Clip the text when reaching the end of the drawing rectangle.

```
UILineBreakModeClip
```

## Discussion

This option could result in a partially rendered character at the end of a string.

---

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)