-
The content element whose transform is being affected.
Declaration
Swift
public var wrappedElement: Element -
The transform of the wrapped element.
Declaration
Swift
public var transform: CATransform3D -
Initializes a
Transformedwith the given content element and 3D transform.Declaration
Swift
public init( transform: CATransform3D, wrapping wrappedElement: Element )Parameters
transformThe 3D transform to be applied to the wrapped element.
wrappingThe content element to be made transparent.
-
Initializes a
Transformedwith the given content element and DD transform.Declaration
Swift
public init( transform: CGAffineTransform, wrapping wrappedElement: Element )Parameters
transformThe 2D transform to be applied to the wrapped element.
wrappingThe content element to be made transparent.
-
Declaration
Swift
public var content: ElementContent { get } -
Declaration
Swift
public func backingViewDescription(with context: ViewDescriptionContext) -> ViewDescription?
View on GitHub
Transformed Structure Reference