<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICornerConfiguration-swift.struct/uniformLeftRadius(_:topRightRadius:bottomRightRadius:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit21UICornerConfigurationV17uniformLeftRadius_08topRightF006bottomhF0AcA0bF0V_AHSgAItFZ"
  },
  "title" : "uniformLeftRadius(_:topRightRadius:bottomRightRadius:)"
}
-->

# uniformLeftRadius(_:topRightRadius:bottomRightRadius:)

A configuration that applies the left radius to the left corners, with optional independent radii for the right corners.

```
static func uniformLeftRadius(_ leftRadius: UICornerRadius, topRightRadius: UICornerRadius? = nil, bottomRightRadius: UICornerRadius? = nil) -> UICornerConfiguration
```

## Parameters

`leftRadius`

A [`UICornerRadius`](/documentation/UIKit/UICornerRadius-swift.struct) that represents the radius to use for the top-left and bottom-left corners.

`topRightRadius`

An optional [`UICornerRadius`](/documentation/UIKit/UICornerRadius-swift.struct) that represents the radius to use for the top-right corner.

`bottomRightRadius`

An optional [`UICornerRadius`](/documentation/UIKit/UICornerRadius-swift.struct) that represents the radius to use for the bottom-right corner.

---

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)