I added a button on the uinavigationbar I want to use it to clear all the rows of uitablview
How can I do that?
Simple.. set your data source (NSArray or NSDictionary) to nil and [self.tableView reloadData]!
[self.tableView reloadData]