标签:path pat ctr 方法 ble 效果 dexp des 反选
//反选 点击的时候灰色 返回来的时候 又变回白色
-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
[tableView deselectRowAtIndexPath:indexPath animated:YES];
}
标签:path pat ctr 方法 ble 效果 dexp des 反选
原文地址:http://www.cnblogs.com/hw-x/p/6679348.html