<!--
{
  "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/uniformEdges(leftRadius:rightRadius:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit21UICornerConfigurationV12uniformEdges10leftRadius05rightG0AcA0bG0V_AHtFZ"
  },
  "title" : "uniformEdges(leftRadius:rightRadius:)"
}
-->

# uniformEdges(leftRadius:rightRadius:)

A configuration that applies the left radius you provide to the left corners, and the right radius you provide to the right corners.

```
static func uniformEdges(leftRadius: UICornerRadius, rightRadius: UICornerRadius) -> UICornerConfiguration
```

## Parameters

`leftRadius`

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

`rightRadius`

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

---

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)