清除选中状态
在新进页面的时候
self.clearsSelectionOnViewWillAppear = YES;
或者选中时候
[tableView deselectRowAtIndexPath:indexPath animated:YES];
清除选中状态
在新进页面的时候
self.clearsSelectionOnViewWillAppear = YES;
或者选中时候
[tableView deselectRowAtIndexPath:indexPath animated:YES];