添加方向控制设备的的描述

This commit is contained in:
kai60
2021-05-17 11:07:30 +08:00
parent f32e978ecc
commit 7460e2d7f9
4 changed files with 29 additions and 11 deletions
@@ -118,13 +118,17 @@ static NSString *bootomRecCellIdentifier = @"IfishRecVideoViewCell";
cell.kindImage.image = _dataImgArray[indexPath.row];
cell.kindName.text = _dataNameArray[indexPath.row];
cell.detailLabel.text=@"";
if (indexPath.row ==3) {
cell.hotImg.image= LXImageWithImageName(@"devicename_iocn_label");
//cell.hotImg.hidden = NO;
}else if (indexPath.row ==2){
}else if (indexPath.row ==8){
//cell.hotImg.image= LXImageWithImageName(@"devicename_iocn_new");
cell.detailLabel.text=@"(此功能仅限摇头机)";
}
return cell;