ObservedObject is still in memory after the view is dismissed, Memory Leak? – Ios swift
I'm making an app with SwiftUI and UIkit, I use UIkit for the main app controller and navigation, and I use SwiftUI for app design. The app works very well, but I'm worried about the memory leaks. This is because…