NSIndexPath

//获取indexPath

NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0];

 

//取消样式

[cell setSelectionStyle:UITableViewCellSelectionStyleNone];

 

//闪烁

[tableView deselectRowAtIndexPath:indexPath animated:YES];

 

posted @ 2013-11-07 13:37  暖流  阅读(283)  评论(2编辑  收藏  举报