Initializer

init(uiImage:)

Creates a SwiftUI image from a UIKit image instance.

Declaration 宣言

init(uiImage: UIImage)

Parameters パラメータ

uiImage

The UIKit image to wrap with a SwiftUI Image instance.

See Also 参照

Creating an Image from Another Image