Posts by paulRick • 126 points
3 posts
-
1
votes1
answer28
viewsA: How to make not all cells in a tableView editable?
I searched the tableView delegate and found the tableView(_:editingStyleForRowAt:) function implemented this way: func tableView(_ tableView: UITableView, editingStyleForRowAt indexPath: IndexPath)…
-
0
votes1
answer28
viewsQ: How to make not all cells in a tableView editable?
I have a tableView where the user can delete the cells he selects. In my case the first cell of the tableView cannot be deleted by the user. How do I make only the first cell of the tableView not…
-
0
votes1
answer89
views