unsplash / unsplash-photopicker-ios

📱An iOS photo picker to search and download photos from Unsplash.
MIT License
404 stars 85 forks source link

Support for VisionOS #59

Closed Vaberer closed 2 months ago

Vaberer commented 2 months ago

There are couple of errors for VisionOS. It requires small changes to make the VisionOS work. Do you plan to fix these issues?

Screenshot 2024-06-17 at 13 23 12

ocollet commented 2 months ago

I built a brand new image picker in SwiftUI that works on iOS, macOS, and visionOS. It has the same initializers and methods as PhotosPicker.

It's almost ready for release, I just need to clean up the code and write the documentation, which I plan to do in the coming weeks. It will be a new repo and I will deprecate this one.

Vaberer commented 2 months ago

Hello @ocollet, wow that's very great news. I'm looking forward to check it