- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
[tableView deselectRowAtIndexPath:indexPath animated:YES];// 取消选中
//其他代码
}
相关文章
- UITableView学习之辨析两个方法:⓵dequeueReusableCellWithIdentifier与⓶dequeueReusableCellWithIdentifier:forIndexPath:
- iOS开发之UITableView的使用
- iview之select选择框选中内容后有空格的问题
- C# 多线程学习系列四之ThreadPool取消、超时子线程操作以及ManualResetEvent和AutoResetEvent信号量的使用
- 全选 点击全选 全选,当全部选中后 ,再点击全选 全部取消选中(zym)
- 点击checkbox全选,其它被选中,再点击取消
- 【Windows8开发】异步编程进阶篇之 谈task如何避免线程取消引发的系列问题
- 关于UITableView选中效果以及自定义cell上的控件响应事件
- UITableView 之 取消选中
- 2px边框,4分之1内边框实现选中功能实现