views:

583

answers:

1

I tried to follow the tutorial from this webpage about UITableView, but when I tried to implement additional features like asearch bar, editing / saving of text, and adding / deleting table rows nothing I wrote works.

Is there a better tutorial out there for working with UITableViewController?

+2  A: 

Here is a good tutorial, split into parts so that you can go through step by step.

Jack