Replies: 1 comment
-
Hi @elyahk! We're not super familiar with how UIKit discard change alerts are set up and configured, but I would first try to figure out how to achieve these same alerts in vanilla SwiftUI before trying to achieve the same in TCA. Also, do you want to share some more code so that folks have something to work with to help out? Maybe some code showing how it works in UIKit, and then some SwiftUI code that you'd like to behave similarly? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I am migrating my project to SwiftUI with Composable architecture, on my UIkit project there are discard changes alerts when you edit something and return back without saving changes. Here I will show the discard changes alert. But in SwiftUI and Composable architecture, I couldn't find a solution to do it. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions