VideoPreviewView
public struct VideoPreviewView : UIViewControllerRepresentable
Undocumented
-
Creates a preview view.
Declaration
Swift
public init(video: URL, snapchatDelegate: SnapchatDelegate?)Parameters
videothe url for the recorded video to show
snapchatDelegatethe Snapchat delegate
-
Declaration
Swift
public func makeUIViewController(context: Context) -> some UIViewController -
Declaration
Swift
public func updateUIViewController(_ uiViewController: UIViewControllerType, context: Context)
VideoPreviewView Structure Reference