I wanted to know how to edit in an UITableView. I mean that you press the Edit Button and than you can deleate Cells or whatever. Any Idea?
you better read the UITableView class reference more clearly... A table view is by default available in its editing mode.... find the other two modes... as a matter of fact, you will get clear with the concept when you can find the differences in them.