iOS Swift - Lists and Data Display
Why do no swipe actions appear with this code?
let shareAction = UIContextualAction(style: .normal, title: "Share") { _, _, completion in
completion(true)
}
return UISwipeActionsConfiguration(actions: [])