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