Hey.
I am using a UItableView to show a list of stuff. When the user clicks on the accessory, it writes the location of the cell to a plist. Then it sends the [UITableView reloadData]-selector to the tableView.
How can I set a different indexPath to a UITableViewCell inside the tableView: cellForRowAtIndexPath: method?
Thank you.