corners(topLeftRadius:topRightRadius:bottomLeftRadius:bottomRightRadius:)
A configuration with independent radii for each corner.
Declaration
static func corners(topLeftRadius: UICornerRadius?, topRightRadius: UICornerRadius?, bottomLeftRadius: UICornerRadius?, bottomRightRadius: UICornerRadius?) -> UICornerConfigurationParameters
- topLeftRadius:
A Uicornerradius Swift.struct that represents the radius to use for the top-left corner.
- topRightRadius:
A Uicornerradius Swift.struct that represents the radius to use for the top-right corner.
- bottomLeftRadius:
A Uicornerradius Swift.struct that represents the radius to use for the bottom-left corner.
- bottomRightRadius:
A Uicornerradius Swift.struct that represents the radius to use for the bottom-right corner.