How to resize a tableHeaderView of a UITableView?

后端 未结 19 2213
死守一世寂寞
死守一世寂寞 2020-11-29 16:14

I\'m having trouble resizing a tableHeaderView. It simple doesn\'t work.

1) Create a UITableView and UIView (100 x 320 px);

2) Set the UIView as tableHeaderV

19条回答
  •  [愿得一人]
    2020-11-29 17:12

    Its because the setter of tableHeaderView.

    You have to set the UIView height before set the tableHeaderView. (Would be much easier if Apple open sources this framework...)

提交回复
热议问题