SwiftUI Toggle in a VStack is misaligned
问题 I have a simple List where each row is a Toggle with its Text and Text as a subtitle all in a VStack . All works fine until I start showing or hiding some rows. Somehow the switch of the Toggle view is misaligned and is placed over its title. This happens only on the device and not when running on the simulator. It happens with both XCode 13.3 and 13.4 beta on a device running iOS 13.3.1 The complete example is import SwiftUI struct ContentView: View { @State var showDetails = false @State