Contents

init(UIEdgeInsets:)

Creates a new value object containing the specified UIKit edge insets structure.

Declaration

init(UIEdgeInsets insets: UIEdgeInsets)
init(uiEdgeInsets insets: UIEdgeInsets)

Parameters

  • insets:

    The value for the new object.

Return Value

A new value object that contains the edge inset information.

See Also

Related Documentation

Working with UIKit Geometry Values