<!--
{
  "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/uniformRightRadius(_:topLeftRadius:bottomLeftRadius:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit21UICornerConfigurationV18uniformRightRadius_07topLeftF006bottomhF0AcA0bF0V_AHSgAItFZ"
  },
  "title" : "uniformRightRadius(_:topLeftRadius:bottomLeftRadius:)"
}
-->

# uniformRightRadius(_:topLeftRadius:bottomLeftRadius:)

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

```
static func uniformRightRadius(_ rightRadius: UICornerRadius, topLeftRadius: UICornerRadius? = nil, bottomLeftRadius: UICornerRadius? = nil) -> UICornerConfiguration
```

## Parameters

`rightRadius`

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

`topLeftRadius`

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

`bottomLeftRadius`

An optional [`UICornerRadius`](/documentation/UIKit/UICornerRadius-swift.struct) that represents the radius to use for the bottom-left 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)