摘要:
1、UITableViewCell(1)属性-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath{ Cell.selectionStyle = UITableViewCellSelectionStyleNone; //禁用高亮状态 Cell.userInteractionEnabled = NO; //禁用点击cell Action 事件} 阅读全文
posted @ 2014-01-22 13:52 iOS攻城师 阅读(135) 评论(0) 推荐(0)
浙公网安备 33010602011771号