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