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
Calling pop() in my case did not release the model class. I put deinit inside my class but it still hasn't been released, causing the RAM to increase.
I had a similar situation when using PopupView.
But my model class works fine with SwiftUI's complex Navigation API (.navigationDestination…)
The text was updated successfully, but these errors were encountered:
Calling pop() in my case did not release the model class. I put
deinit
inside my class but it still hasn't been released, causing the RAM to increase.I had a similar situation when using PopupView.
But my model class works fine with SwiftUI's complex Navigation API (
.navigationDestination…
)The text was updated successfully, but these errors were encountered: