Xcode – SwiftUI how to align the view‘s leading to the most super view’s leading?
I’m new to SwiftUI and I’m making a widget. The default code included a text view which is both x-centered and y-centered in the super view(which I don’t know if there’s the same concept in SwiftUI). This is my code:…