This is really more of a curiosity than a hard coding question.
Both Facebook and Twitter both have a feature where swiping a UITableViewCell animates the cell off the s
look at the willTransitionToState: method of UITableViewCell. this method will be invoked when you swipe at the cell.
willTransitionToState:
Custom swipe detection in a TableViewCell
and then you can change your cell view easily.