You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let us say I have screens
A -> B -> C
I did not want to dispose of B until C is disappear, sometimes the user go to C and back to B , how to manage the scope of VM life
does DisposableHandle work?
The text was updated successfully, but these errors were encountered:
hello, plz help me
I am using cflowState , cflow extension, the issue I have a lot of memory leaks on IOS,
on IOS
In the viewModels
in the swiftui view
let us say I have screens
A -> B -> C
I did not want to dispose of B until C is disappear, sometimes the user go to C and back to B , how to manage the scope of VM life
does DisposableHandle work?
The text was updated successfully, but these errors were encountered: