uitableview cell changes the content in first row when changing content in fourth row
问题 I have a tableview with gestures for particular cell. After the tableview loads, i scrolled to the fourth row and swiped left it will show some content, its working fine. But after that when i go back to first row, its also showing the same content in the fourth row. When I run this code with ios8, its working fine.Above problem is occurred only when I run this in ios7. My code as follows: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {