Код: Выделить всё
List {
TextField("...", text: $aVariable)
.swipeActions {
if aVariable != "" {
Button(action: {
// ...
}, label: {
Image(systemName: "xmark.bin.fill")
})
.tint(.red)
}
}
}
Как можно решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/786 ... ed-buttons