i\'m making a navigation based application for iphone.
one of my view controllers looks like this:
@interface NewComputerViewController : UIViewContr
Try using [tableView reloadData]; (where tableView is the name of your instance variable)
[tableView reloadData];