Join Slack
Powered by
Is there a built in way to get the "swipe to go ba...
# compose-ios
e
eygraber
08/08/2024, 6:40 PM
Is there a built in way to get the "swipe to go back" behavior that ios apps have, or does it have to be done on the Swift side of things?
➕ 2
r
Rok Oblak
08/09/2024, 9:01 AM
I do not think there is a built-in one. You can either use native SwiftUI navigation or use something like Decompose which allows it "almost natively":
https://arkivanov.github.io/Decompose/extensions/compose/#predictive-back-gesture-on-ios
4
Views
Open in Slack
Previous
Next