Returns a string formatted to contain the data from an affine transform.
SDKs
- iOS 2.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- UIKit
Declaration
class func string(for transform: CGAffine Transform) -> String
Parameters
transform
A Core Graphics affine transform structure.
Return Value
A string that corresponds to transform
. See cg
for a discussion of the string format.