Replies: 1 comment 1 reply
-
I think this is because SwiftUI doesn't observe |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@arkivanov this maybe is a bit tricky, but I'm trying to use
coroutines
making a network calls. I have a component with a state controlling the UI and a instance keeper following the samples. On Android everything works like a charm but on iOS my UI stuck on the initial UI state. The screen is updated if a navigate to another view and return back. Can you help here?This is my common KMM decompose component
Even with a simpler suspend code is not working, I have tried also with:
Here is my Swift UI:
I'm seeing
Loading
on the log and that's it, nothing further. Android is working with both cases. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions