界面修改
This commit is contained in:
parent
a0e5554d26
commit
06d0979e42
|
|
@ -356,18 +356,16 @@ static NSString *setTimerflag = @"SetTimerCell";
|
||||||
|
|
||||||
|
|
||||||
[cell configTitleLabel:@"循环开关" timer:[NSString stringWithFormat:@"持续时长%d分钟",[dataContorl hexToTen:model.lastTime]] switchStatus:isOn];
|
[cell configTitleLabel:@"循环开关" timer:[NSString stringWithFormat:@"持续时长%d分钟",[dataContorl hexToTen:model.lastTime]] switchStatus:isOn];
|
||||||
if (indexPath.section==1+_titieArr.count)
|
|
||||||
|
|
||||||
|
cell.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||||
|
|
||||||
|
}
|
||||||
|
if (indexPath.section==1+_titieArr.count)
|
||||||
|
{
|
||||||
|
if(_selectSection == indexPath.section)
|
||||||
{
|
{
|
||||||
if(_selectSection == indexPath.section)
|
cell.backImageView.image=[UIImage imageNamed:@"bottomRound"];
|
||||||
{
|
|
||||||
cell.backImageView.image=[UIImage imageNamed:@"bottomRound"];
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
|
|
||||||
cell.backImageView.image=[UIImage imageNamed:@"ifishSetCell_back.png"];
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
@ -375,8 +373,11 @@ static NSString *setTimerflag = @"SetTimerCell";
|
||||||
cell.backImageView.image=[UIImage imageNamed:@"ifishSetCell_back.png"];
|
cell.backImageView.image=[UIImage imageNamed:@"ifishSetCell_back.png"];
|
||||||
}
|
}
|
||||||
|
|
||||||
cell.selectionStyle = UITableViewCellSelectionStyleNone;
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
|
||||||
|
cell.backImageView.image=[UIImage imageNamed:@"ifishSetCell_back.png"];
|
||||||
}
|
}
|
||||||
return cell;
|
return cell;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue