I am working on an app right now where I want to be able to delete some things from a UITableView upon clicking a delete button. Right now I am able to get the edit button working to show the circle with line through it to show you can delete but there are a couple of cells that I don’t want the user to be able to delete. Does anyone know an easy way of implementing this. If you look at this link it shows all three of my cells with the delete showing but I only want the first two to move and the last one to not move at all.
Share
Override this method: