uniformBottomRadius(_:topLeftRadius:topRightRadius:)
A configuration that applies the radius you provide to the bottom corners, with optional independent radii for the top corners.
Declaration
static func uniformBottomRadius(_ bottomRadius: UICornerRadius, topLeftRadius: UICornerRadius? = nil, topRightRadius: UICornerRadius? = nil) -> UICornerConfigurationParameters
- bottomRadius:
A Uicornerradius Swift.struct that represents the radius to use for the bottom-left and bottom-right corners.
- topLeftRadius:
An optional Uicornerradius Swift.struct that represents the radius to use for the top-left corner.
- topRightRadius:
An optional Uicornerradius Swift.struct that represents the radius to use for the top-right corner.