Ios swift – SwiftUI Divider not sizing itself to fit parent view?
I have a fairly basic SwiftUI view heirarcy that I'm attempting to insert a divider into, however the divider is sizing itself to some obscure value and pushing the parent view out to meet it. Every other view in the…