A cross-import overlay that bridges HomeKit and SwiftUI, providing SwiftUI views for HomeKit on iOS, tvOS, watchOS, and visionOS. With it you render HomeKit content directly in a SwiftUI view hierarchy, such as displaying a CameraView that shows an HMCameraSource feed. The overlay defines no public types of its own; it supplies the SwiftUI integration that becomes available when you import both HomeKit and SwiftUI.
Structures 1
- StCameraViewA `CameraView` renders a particular `HMCameraSource`.