<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/NSTextSelectionNavigation/Modifier/multiple",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@NSTextSelectionNavigationModifier@NSTextSelectionNavigationModifierMultiple"
  },
  "title" : "multiple"
}
-->

# multiple

The value that indicates the framework extends the selection visually inside the rectangular area defined by the anchor and dragged positions.

```
static var multiple: NSTextSelectionNavigation.Modifier { get }
```

## Discussion

This produces an [`NSTextSelection`](/documentation/UIKit/NSTextSelection) per line.

---

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)