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