I have a UITableView, when a cell is taped i want to delete it automatically (no editing mode).
When it is tapped i can delete that object/data in the dataSource, but then how can i update the TableView, or refresh it so it so it shows the data in the dataSource after i change that data.
Thanks very much for any ideas:)