如何实现 一个cell不能被点
2个回答
展开全部
之前一直没有碰到过这样的问题,,今天碰到了,,查了一下document,就把问题解决了.
方法如下:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
UITableView* cell = (ArmyCell *)[tableView cellForRowAtIndexPath:indexPath];
cell.selected = NO;
}
方法如下:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
UITableView* cell = (ArmyCell *)[tableView cellForRowAtIndexPath:indexPath];
cell.selected = NO;
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在以下方法实现一行代码即可
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
//实现以下代码
cell.userInteractionEnabled=NO;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询