preferredStyle: .alert ) let deleteAction = UIAlertAction(title: "Delete", style: .destructive) { _ in // Perform deletion } let ...
確定! 回上一頁