Contents

string(for:)

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

Declaration

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

Parameters

  • insets:

    A directional edge insets data structure.

Return Value

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

See Also

Representing Geometric Types as Strings