API Differences in _AVKit_SwiftUI in iOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in _AVKit_SwiftUI in the iOS 26.0 SDK.

Table of Contents

Functions & Methods

SwiftUICore.View
public func onCameraCaptureEvent(isEnabled: Swift.Bool = true, defaultSoundDisabled: Swift.Bool = false, primaryAction: @escaping (AVKit.AVCaptureEvent) async -> Swift.Void, secondaryAction: @escaping (AVKit.AVCaptureEvent) async -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
public func onCameraCaptureEvent(isEnabled: Swift.Bool = true, defaultSoundDisabled: Swift.Bool = false, action: @escaping (AVKit.AVCaptureEvent) async -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
public func onCameraCaptureEvent(isEnabled: Swift.Bool = true, defaultSoundDisabled: Swift.Bool = false, primaryAction: @escaping (AVKit.AVCaptureEvent) -> Swift.Void, secondaryAction: @escaping (AVKit.AVCaptureEvent) -> Swift.Void) -> some SwiftUICore.View
SwiftUICore.View
public func onCameraCaptureEvent(isEnabled: Swift.Bool = true, defaultSoundDisabled: Swift.Bool = false, action: @escaping (AVKit.AVCaptureEvent) -> Swift.Void) -> some SwiftUICore.View