NavigationView icon indicating copy to clipboard operation
NavigationView copied to clipboard

deinit on pop()

Open baronha opened this issue 1 year ago • 0 comments

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…)

baronha avatar Feb 22 '24 18:02 baronha