uniformEdges(topRadius:bottomRadius:)
A configuration that applies the top radius to the top corners, and the bottom radius you provide to the bottom corners.
Declaration
static func uniformEdges(topRadius: UICornerRadius, bottomRadius: UICornerRadius) -> UICornerConfigurationParameters
- topRadius:
A Uicornerradius Swift.struct that represents the radius to use for the top-left and top-right corners.
- bottomRadius:
A Uicornerradius Swift.struct that represents the radius to use for the bottom-left and bottom-right corners.