Steve Splonskowski

Results 4 comments of Steve Splonskowski

Can we get this PR (https://github.com/marmelroy/Zip/pull/221) merged for the Xcode 13 build fix? Thank you

Turns out there is a SwiftUI modifier called `.onCameraCaptureEvent` that can easily be added to capture the physical volume button presses and then trigger photo capture. I added this to...

Here is an example of how to integrate the `.onCameraCaptureEvent` modifier into your MCamera set ``` struct CustomCameraScreen: MCameraScreen { @ObservedObject var cameraManager: CameraManager let namespace: Namespace.ID let closeMCameraAction: ()...