<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "tvOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIListContentConfiguration-swift.struct/prefersSideBySideTextAndSecondaryText",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit26UIListContentConfigurationV013prefersSideByf16TextAndSecondaryH0Sbvp"
  },
  "title" : "prefersSideBySideTextAndSecondaryText"
}
-->

# prefersSideBySideTextAndSecondaryText

A Boolean value that determines whether the configuration positions the text and secondary text side by side.

```
var prefersSideBySideTextAndSecondaryText: Bool { get set }
```

## Discussion

When this value is <doc://com.apple.documentation/documentation/Swift/true>, the configuration positions the text and secondary text side by side if there’s sufficient space. Otherwise, the configuration stacks the text in a vertical layout.

---

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)