Xcode – SwiftUI property of type Color in a class ans memory leak
I have a problem of memory leak with a property of type Color declared in a class with SwiftUI in IOS 17. The project I'm using it on is much more complete than the example below. The project below is…