ImagePreviewView
@MainActor
public struct ImagePreviewView : UIViewControllerRepresentable
Undocumented
-
Creates a preview view.
Declaration
Swift
@MainActor public init(image: UIImage, snapchatDelegate: SnapchatDelegate?)
Parameters
image
the captured image to show
snapchatDelegate
the Snapchat delegate
-
Declaration
Swift
@MainActor public func makeUIViewController(context: Context) -> some UIViewController
-
Declaration
Swift
@MainActor public func updateUIViewController(_ uiViewController: UIViewControllerType, context: Context)