xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.78k stars 953 forks source link

heightForHeaderInSection #1025

Closed miaoruiyuan closed 5 years ago

miaoruiyuan commented 6 years ago

not work ?????????

mats-claassen commented 6 years ago

That function should work (look here). What problem are you having?

19940524 commented 5 years ago

if (@available(iOS 11.0, *)) { self.tableView.estimatedRowHeight = 0; self.tableView.estimatedSectionFooterHeight = 0; self.tableView.estimatedSectionHeaderHeight = 0; }

miaoruiyuan commented 5 years ago

@19940524 thx