ImagePickerView

struct ImagePickerView : UIViewControllerRepresentable

Undocumented

  • Undocumented

    Declaration

    Swift

    @Environment
    var presentationMode: Binding<PresentationMode> { get }
  • Undocumented

    Declaration

    Swift

    var sourceType: UIImagePickerController.SourceType
  • Undocumented

    Declaration

    Swift

    var onCompletion: (UIImage?) -> Void
  • Declaration

    Swift

    func makeUIViewController(context: Context) -> UIImagePickerController
  • Declaration

    Swift

    func updateUIViewController(_ uiViewController: UIImagePickerController, context: Context)
  • Declaration

    Swift

    func makeCoordinator() -> Coordinator
  • Declaration

    Swift

    class Coordinator : NSObject, UINavigationControllerDelegate, UIImagePickerControllerDelegate