Ios swift – Updating bound value in object SwiftUI
Swift beginner here. I am trying to create a reusable component that simply renders either a filled or empty systemImage circle based on a value stored in state. I've put together a reproduction example below. Right now it only appears…