SwiftUI Breaks Continuity Camera
If any view in the [active] window contains a
Toggle
– even one that’s disabled or hidden – then Continuity Camera (re.ImportFromDevicesCommands
andimportableFromServices
) doesn’t work; all the submenu items under “Import from iPhone or iPad” are disabled.I don’t know if this is truly specific to
Toggle
, that’s just the example case I happen to have isolated [first?].What’s really weird is that once a
Toggle
has ever been displayed, even if you subsequently remove it from the view hierarchy entirely the “Import from iPhone or iPad” submenu items all remain disabled.
Previously:
- SwiftUI at WWDC24
- Fixing Continuity Camera
- Continuity Camera at WWDC 2022
- macOS 13.0 Ventura Announced