如何更改截面中单个单元格的高度

时间:2018-10-26 07:18:30

标签: ios swift uitableview

我有一个问题,我想在此部分更改特定单元格的大小。

示例:

enter image description here

如您在图片上看到的,我想更改第二个表格视图部分的第一个单元格的大小。

我的单元格如何具有固定的高度值。

enter image description here

我想根据屏幕分辨率更改单元格高度,我有一个模块可以检测运行哪个设备应用程序,例如,如果这是iPhone X,我想将此单元格大小更改为 300

我该怎么做?

2 个答案:

答案 0 :(得分:2)

您可以按照.querySelector('#firstinput')中的UITableViewDelegateUITableViewDataSource进行编程,以实现下面的代码。希望这会有所帮助...

ViewController

答案 1 :(得分:0)

您可以根据需要在此处设置大小

questionLevel.others = questionLevel.others.map((other)=>{
   other.form_type_value = other.formTypeValuesForEachQuestion
     .map( value => value.form_type_value).join(',');
   delete other.formTypeValuesForEachQuestion;
   return other;
});