Got IT!
Code:
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAdd
target:self
action:@selector(addButtonPressed:)];
self.navigationItem.rightBarButtonItem = addButton;
[addButton release], addButton = nil;
add that to the rootviewcontroll.m in the (UITableViewCell *)tableView

UITableView *)tableView cellForRowAtIndexPath

NSIndexPath *)indexPath method