知识点积累(持续更新)

1、UITableViewCell

(1)属性

-(UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath:(NSIndexPath*)indexPath

{

 Cell.selectionStyle = UITableViewCellSelectionStyleNone;  //禁用高亮状态

 Cell.userInteractionEnabled = NO; //禁用点击cell Action 事件

}

知识点积累(持续更新)

上一篇:UVA 106 求勾股数


下一篇:C#正则表达式