Avatar
Kishikawa Katsumi 6/10/2019 9:19 PM
https://twitter.com/terhechte/status/1138106114304819201 セル内のボタンがタップになるのは他の人も困ってるみたい
Did anybody figure out how to create a List row in #SwiftUI that forwards the tap events to controls in the cell? (i.e. List { VStack { Text(..) Button(action: ..) { Text("Press me") } } }` Trying to tap the button just selects the cell