Contents

init(uniformBottomCorners:topLeadingCorner:topTrailingCorner:)

Create a rectangle with a corner style set on the top two corners uniformly, and two other styles for the bottom two corners respectively.

Declaration

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

Parameters

  • uniformBottomCorners:

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

  • topLeadingCorner:

    The corner style for the top leading corner.

  • topTrailingCorner:

    The corner style for the top trailing corner.