Contents

sessionControlsWillEnterFullscreenAppearance(_:)

Tells the delegate when a capture session’s controls are about to enter a fullscreen appearance.

Declaration

func sessionControlsWillEnterFullscreenAppearance(_ session: AVCaptureSession)

Parameters

  • session:

    The capture session with controls that are entering a fullscreen appearance.

Discussion

When controls enter a fullscreen appearance, your app should hide portions of its user interface, including duplicative or unnecessary elements. Few onscreen elements should be visible so people can focus on their control interactions while viewing the camera preview unobstructed.

See Also

Responding to control events