uniformEdges(topRadius:bottomRadius:)
A configuration that applies the topRadius uniformly to the top-left and top-right corners, and the bottomRadius uniformly to the bottom-left and bottom-right corners. When the uniform corners differ, it uses the largest of the resolved corner radii.
Declaration
class func uniformEdges(topRadius: NSViewCornerRadius, bottomRadius: NSViewCornerRadius) -> NSViewCornerConfigurationParameters
- topRadius:
Radius for top edge.
- bottomRadius:
Radius for the bottom edge.