---
title: "uniformBottomRadius(_:topLeftRadius:topRightRadius:)"
framework: uikit
role: symbol
role_heading: Type Method
path: "uikit/uicornerconfiguration-swift.struct/uniformbottomradius(_:topleftradius:toprightradius:)"
---

# uniformBottomRadius(_:topLeftRadius:topRightRadius:)

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

## Declaration

```swift
static func uniformBottomRadius(_ bottomRadius: UICornerRadius, topLeftRadius: UICornerRadius? = nil, topRightRadius: UICornerRadius? = nil) -> UICornerConfiguration
```

## Parameters

- `bottomRadius`: A doc://com.apple.uikit/documentation/UIKit/UICornerRadius-swift.struct that represents the radius to use for the bottom-left and bottom-right corners.
- `topLeftRadius`: An optional doc://com.apple.uikit/documentation/UIKit/UICornerRadius-swift.struct that represents the radius to use for the top-left corner.
- `topRightRadius`: An optional doc://com.apple.uikit/documentation/UIKit/UICornerRadius-swift.struct that represents the radius to use for the top-right corner.

## See Also

### Configuring uniform corners

- [uniformCorners(radius:)](uikit/uicornerconfiguration-swift.struct/uniformcorners(radius:).md)
- [uniformEdges(leftRadius:rightRadius:)](uikit/uicornerconfiguration-swift.struct/uniformedges(leftradius:rightradius:).md)
- [uniformEdges(topRadius:bottomRadius:)](uikit/uicornerconfiguration-swift.struct/uniformedges(topradius:bottomradius:).md)
- [uniformLeftRadius(_:topRightRadius:bottomRightRadius:)](uikit/uicornerconfiguration-swift.struct/uniformleftradius(_:toprightradius:bottomrightradius:).md)
- [uniformRightRadius(_:topLeftRadius:bottomLeftRadius:)](uikit/uicornerconfiguration-swift.struct/uniformrightradius(_:topleftradius:bottomleftradius:).md)
- [uniformTopRadius(_:bottomLeftRadius:bottomRightRadius:)](uikit/uicornerconfiguration-swift.struct/uniformtopradius(_:bottomleftradius:bottomrightradius:).md)
