PxUiPageCropScreenView Structure

@MainActor struct PxUiPageCropScreenView

SwiftUI wrapper for PxUiPageCropScreen.

Classes

NameSummary
PxUiPageCropScreenView.CoordinatorSwiftUI coordinator that bridges the hosted view controller delegate.

Initializers

NameSummary
init(picture:cutout:configuration:completion:)Creates the SwiftUI page-crop view.

Instance Properties

NameSummary
completionThe closure called with the PxUiPageCropScreenResult when the screen finishes.
configurationThe configuration applied when the screen is created.
cutoutThe initial document corners to edit.
pictureThe picture to edit.

Instance Methods

NameSummary
makeCoordinator() 
makeUIViewController(context:) 
updateUIViewController(_:context:) 

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype
  • SwiftUI.UIViewControllerRepresentable
  • SwiftUICore.View
Top