string(for:)
Returns a string formatted to contain the data from a directional edge insets structure.
Declaration
class func string(for insets: NSDirectionalEdgeInsets) -> StringParameters
- 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.