Open
Description
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
func releaseDisposableHandle(){
disposableHandle.dispose()
}
in the swiftui view
Vstack{}
.onDisappear {
vm.releaseDisposableHandle()
}
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?
Metadata
Metadata
Assignees
Labels
No labels