I have a tableview , when I select a cell i go to another view (navigation controller) where i have the option to delete the cell that got me there. The cells get there data from an array. when i press the delete cell button the record is gone from the array BUT when i pop the view so I get to the TableView again it is still there and i get an error if i press it again. How to force update the tableview?