imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

TableView 知识点 #82

Closed imzyf closed 6 years ago

imzyf commented 6 years ago
tableView.tableFooterView = UIView(frame: .zero)

可避免多余的分割写

imzyf commented 6 years ago

heightForHeaderInSection heightForFooterInSection

想设置为 0 要使用:

CGFloat.leastNormalMagnitude

imzyf commented 6 years ago

合并