添加方向控制设备的的描述
This commit is contained in:
+6
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user