Dynamic height of table is not set

前端 未结 3 1469
迷失自我
迷失自我 2021-01-21 22:28

I am trying to set dynamic height of table. But it is not working when I log height of table it is showing me dynamic height but not set to actual table.

Here is my code

3条回答
  •  囚心锁ツ
    2021-01-21 23:13

    if you are using AutoLayout then you can't set frames - if you do that you get wiered behaviour

    Autolayout is sort of relative approach of placing UI components on screen. For e.g Stand 100px behind me and 20px from left boundary (here i have used pixel - you can think of as meters think of it as playground)

提交回复
热议问题