In SwiftUI does anyone know if there's a way to use NavigationLink to slide destination view up from the bottom?
Asked
Active
Viewed 1,987 times
4
-
No way for now from the box. Implement custom, using transitions, like in https://stackoverflow.com/a/61446820/12299030 – Asperi Aug 12 '20 at 13:07
-
This might help you as well: [Custom segue animation (navigation animation) in SwiftUI](https://stackoverflow.com/questions/57639845/custom-segue-animation-navigation-animation-in-swiftui) – pawello2222 Aug 12 '20 at 13:13