VideoPreviewView

public struct VideoPreviewView : UIViewControllerRepresentable

Undocumented

  • Creates a preview view.

    Declaration

    Swift

    public init(video: URL, snapchatDelegate: SnapchatDelegate?)

    Parameters

    video

    the url for the recorded video to show

    snapchatDelegate

    the Snapchat delegate

  • Declaration

    Swift

    public func makeUIViewController(context: Context) -> some UIViewController
  • Declaration

    Swift

    public func updateUIViewController(_ uiViewController: UIViewControllerType, context: Context)