Returns a string formatted to contain the data from an edge insets structure.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- UIKit
Declaration
class func string(for insets: UIEdge Insets) -> String
Parameters
insets
A UIKit edge insets data structure.
Return Value
A string that corresponds to insets
. See ui
for a discussion of the string format.