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.
Declaration
static func uniformEdges(leftRadius: UICornerRadius, rightRadius: UICornerRadius) -> UICornerConfigurationParameters
- leftRadius:
A Uicornerradius Swift.struct that represents the radius to use for the top-left and bottom-left corners.
- rightRadius:
A Uicornerradius Swift.struct that represents the radius to use for the top-right and bottom-right corners.