まだどこにもないアプリを作る

アプリ開発でつまづいたところなどを中心に記事にして行きます。

2020-05-18から1日間の記事一覧

(Swift5) tableViewのスワイプして削除を無効にする

func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) { folderNameArray.remove(at: indexPath.row) tableView.deleteRows(at: [indexPath], with: UITableView.RowAnimation.aut…