Contents

init(uniformTopCorners:uniformBottomCorners:)

Create a rectangle with a corner style set on the top two corners uniformly, and another style set on the bottom two corners uniformly.

Declaration

init(uniformTopCorners: Edge.Corner.Style = .concentric, uniformBottomCorners: Edge.Corner.Style = .concentric)

Parameters

  • uniformTopCorners:

    The corner style to be applied to the top two corners uniformly.

  • uniformBottomCorners:

    The corner style to be applied to the bottom two corners uniformly.