Contents

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.

See Also

Configuring the Delegate