Mijick / NavigationView

Navigation made simple (SwiftUI)
MIT License
238 stars 9 forks source link

Memory leak problem #15

Closed baronha closed 3 months ago

baronha commented 6 months ago

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

FulcrumOne commented 3 months ago

@baronha, it's fixed