<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureSessionControlsDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(pl)AVCaptureSessionControlsDelegate"
  },
  "title" : "AVCaptureSessionControlsDelegate"
}
-->

# AVCaptureSessionControlsDelegate

A protocol that defines the interface to respond to capture control activation and presentation events.

```
protocol AVCaptureSessionControlsDelegate : NSObjectProtocol
```

## Topics

### Responding to control events

[`sessionControlsDidBecomeActive(_:)`](/documentation/AVFoundation/AVCaptureSessionControlsDelegate/sessionControlsDidBecomeActive(_:))

Tells the delegate when a capture session’s controls become active and available for interaction.

[`sessionControlsWillEnterFullscreenAppearance(_:)`](/documentation/AVFoundation/AVCaptureSessionControlsDelegate/sessionControlsWillEnterFullscreenAppearance(_:))

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

[`sessionControlsWillExitFullscreenAppearance(_:)`](/documentation/AVFoundation/AVCaptureSessionControlsDelegate/sessionControlsWillExitFullscreenAppearance(_:))

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

[`sessionControlsDidBecomeInactive(_:)`](/documentation/AVFoundation/AVCaptureSessionControlsDelegate/sessionControlsDidBecomeInactive(_:))

Tells the delegate when a capture session’s controls become inactive and unavailable for interaction.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)