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