I want to draw this two rectangles in SwiftUI – Ios swift
I'm struggling on creating two vertical bars with lines and dash box. I would like to receive some suggestion on how to do this. This is what I'm aiming to do: Currently this is my code. import SwiftUI struct LoadManagementItemBarView:…