UIImage
public extension UIImage
-
Initializes an image with a view’s content.
Declaration
Swift
@MainActor convenience init?(view: UIView)Parameters
viewThe view to create an image from.
INCommons (90% documented)
public extension UIImage
Initializes an image with a view’s content.
Swift
@MainActor
convenience init?(view: UIView)
view
|
The view to create an image from. |