Ios swift – SwiftUI different maxWith between elements in a Stack
I want to have a view that shows two elements created with a customShape (it is basically the same Shape as RoundedRectangle(cornerRadius:25.0) but combined with a normal rectangle to make 2 corners sharped). The problem is that when I try…