PxUiCameraScreenView Structure

@MainActor struct PxUiCameraScreenView

Thin SwiftUI adapter wrapping PxUiCameraScreen. Adopters embed inside a .fullScreenCover and switch on PxUiCameraScreenResult.

Classes

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

Initializers

NameSummary
init(configuration:completion:)Creates the SwiftUI camera view.

Instance Properties

NameSummary
completionThe closure called with the PxUiCameraScreenResult when the screen finishes.
configurationThe configuration applied when the camera screen is created.

Instance Methods

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

Relationships

Conforms To

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