uitableview 禁止滑动 和 选择行不高亮
摘要:
禁止高亮:cell.selectionStyle =UITableViewCellSelectionStyleNone;or[cell setSelectionStyle:UITableViewCellSelectionStyleNone];禁止滑动:tableView.scrollEnabled = NO; 阅读全文
posted @ 2013-04-03 15:35 fishyk 阅读(490) 评论(0) 推荐(0)
浙公网安备 33010602011771号