<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UISheetPresentationController/preferredCornerRadius-3mb5",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:So29UISheetPresentationControllerC5UIKitE21preferredCornerRadius14CoreFoundation7CGFloatVSgvp"
  },
  "title" : "preferredCornerRadius"
}
-->

# preferredCornerRadius

The corner radius that the sheet attempts to present with.

```
@MainActor @preconcurrency var preferredCornerRadius: CGFloat? { get set }
```

## Discussion

The default value is `nil`. This property only has an effect when the sheet is at the front of its sheet stack.

---

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)