delegate
The capture view’s delegate object.
Declaration
weak var delegate: (any AVCaptureViewDelegate)? { get set }Discussion
The capture view disables the start recording button if you don’t provide a delegate object.
The capture view’s delegate object.
weak var delegate: (any AVCaptureViewDelegate)? { get set }The capture view disables the start recording button if you don’t provide a delegate object.