ios tableviewcell 设置为禁止点击
设置cell 禁止点击
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { cell.selectionStyle = UITableViewCellSelectionStyleNone; }
posted on 2015-09-01 14:06 codemaker313 阅读(3475) 评论(0) 收藏 举报
浙公网安备 33010602011771号