Ios swift – Using AVCaptureEventInteraction for Volume Button Shutter Capture
I've been officially notified that iOS 17.2 contains the new API to officially support volume button actuation for photo capture in a camera app. API is called AVCaptureEventInteraction Link So If I use the AVCam sample code, How would I…