AlertToast icon indicating copy to clipboard operation
AlertToast copied to clipboard

Make `AlertToastModifier.screen` work on visionOS

Open ewilken opened this issue 10 months ago • 0 comments

This makes the library compile and work on visionOS.

I'm not 100% sure if (UIApplication.shared.connectedScenes.first as? UIWindowScene)?.coordinateSpace.bounds ?? .zero is the best possible approach, but it scratched my own itch, so please let me know if you have any objections.

ewilken avatar Apr 12 '25 08:04 ewilken