<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UILabel/lineBreakStrategy",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UILabel(py)lineBreakStrategy"
  },
  "title" : "lineBreakStrategy"
}
-->

# lineBreakStrategy

The strategy that the system uses to break lines when laying out multiple lines of text.

```
var lineBreakStrategy: NSParagraphStyle.LineBreakStrategy { get set }
```

## Discussion

The default value is [`standard`](/documentation/UIKit/NSParagraphStyle/LineBreakStrategy-swift.struct/standard).

> Note:
> When the label has an attributed string value, the system ignores the ``doc://com.apple.uikit/documentation/UIKit/UILabel/textColor``, ``doc://com.apple.uikit/documentation/UIKit/UILabel/font``, ``doc://com.apple.uikit/documentation/UIKit/UILabel/textAlignment``, ``doc://com.apple.uikit/documentation/UIKit/UILabel/lineBreakMode``, and ``doc://com.apple.uikit/documentation/UIKit/UILabel/lineBreakStrategy`` properties. Set the ``doc://com.apple.uikit/documentation/UIKit/NSForegroundColorAttributeName``, ``doc://com.apple.uikit/documentation/UIKit/NSFontAttributeName``, ``doc://com.apple.uikit/documentation/UIKit/NSMutableParagraphStyle/alignment``, ``doc://com.apple.uikit/documentation/UIKit/NSParagraphStyle/lineBreakMode``, and ``doc://com.apple.uikit/documentation/UIKit/NSParagraphStyle/lineBreakStrategy-swift.property`` properties in the attributed string instead.

---

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)