hi, I am working on an app which allows the user to create a new TableView cell by adding an object to an array. The user can change the name of the object. I want to be able to use the cells to add a view controller depending on the name of the cell. However I dont knwo how to do this. I want to use this code to push the view controller.
Code:
- (void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
Thanks
Kieran