I have a view (.xib) which consists of a tableview assigned to an array. Using the method:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
I tell the table to do a animation once a cell is selected, my question is how do I assign the table a completely new array to use for its dataSource, and reloadData before the animation occurs.