Default height for section header in UITableView

后端 未结 8 2058
无人共我
无人共我 2020-12-07 12:55

I want to set the height of the first header in my UITableView. For the other headers I want them to remain the default height. What value/constant can I put in place of \"s

8条回答
  •  感情败类
    2020-12-07 13:40

    For the sake of completeness: in iOS7+ the height for grouped style section headers is 55.5 for the first and 38 for following headers. (measured with DCIntrospect)

提交回复
热议问题