In June 2023, Apple revealed the Vision Pro, prompting developers to adapt their applications like 'Christmas Chill,' a festive video backdrop app. The developer transitioned 'Christmas Chill' to SwiftUI in December 2023, enhancing the app's UI and performance. With Apple Vision Pro on the horizon, the developer aimed to expand compatibility in 2024 by adjusting their project settings in Xcode to include the new platform, thus creating opportunities for innovative app functionality in immersive experiences using the new headset.
Once the 2023 migration to SwiftUI for Christmas Chill was complete, I set out in 2024 to add support for the Vision Pro.
I was keen to gain experience expanding the app to different devices.
A great API providing interoperability between UIKit and SwiftUI, if you're ever in need.
Adding a new platform is surprisingly easy! Inside Xcode, select the .xcodeproj file.
Collection
[
|
...
]