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