Contents

init(left:top:right:bottom:)

Creates an edge widths structure with floating-point values.

Declaration

init(left: CGFloat, top: CGFloat, right: CGFloat, bottom: CGFloat)

Parameters

  • left:

    The left-edge width.

  • top:

    The top-edge width.

  • right:

    The right-edge width.

  • bottom:

    The bottom-edge width.