Contents

string(for:)

Returns a string formatted to contain the data from an edge insets structure.

Declaration

class func string(for insets: UIEdgeInsets) -> String

Parameters

  • insets:

    A UIKit edge insets data structure.

Return Value

A string that corresponds to insets. See uiEdgeInsets(for:) for a discussion of the string format.

See Also

Representing Geometric Types as Strings