swiftui-navigation-transitions icon indicating copy to clipboard operation
swiftui-navigation-transitions copied to clipboard

Pure SwiftUI Navigation transitions ✨

Results 10 swiftui-navigation-transitions issues
Sort by recently updated
recently updated
newest added

Dear davdroman! Can you update this package support with .macOS(.v10_15). Thanks. ![Screenshot 2024-04-10 at 14 46 39](https://github.com/davdroman/swiftui-navigation-transitions/assets/4751517/f301e4e1-71f6-4c76-9f54-30a6db7c44f9)

thank you for creating this library @davdroman! I have a global background color in my app (implemented using the [ZStack approach](https://stackoverflow.com/a/56568961/12955797)). How do I change the fade transition to have...

hello, i want to show view like present full screen view animation i tried slide(axis: .vertical)) but animation not like present

Would it be possible to add a slide-inverse animation also? I mean in a ltr application from left to right or if you prefer from leading to trailing. It would...

Apple [will require](https://developer.apple.com/ios/submit/#:~:text=Please%20note%20that,iOS%2017%20SDK.) Xcode 15/Swift 5.9 to deploy apps to the App Store by April 2024. So at some point then I'll bump min Swift version to 5.9. This is...

- [x] Unit tests - [ ] Integration UI tests? - [ ] [Snapshot XCUI Tests](https://joesusnick.medium.com/snapshot-xcui-testing-6a16c7ccd47b)? This would help test the gesture animation layer.

This package prevents macOS apps from building, even if they only target 10.15: "The package product 'SwiftUIIntrospect' requires minimum platform version 10.15 for the macOS platform, but this target supports...

the following code works fine in iPhone 15 pro, but when I try it with iPhone 11 or iPhone 11 ProMax the Insertion transition does not work and only `OnRemoval`...

I currently have 0.14.0 installed but its deft been happing since 0.13.4 When i use ```swift .navigationTransition(store.transition) ``` I can always swipe to dismiss I've been looking for documentation but...