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