在TableView(Swift 4.0,Xcode 9)中,第一部分被裁剪(参见第二个屏幕转储)。当你“拉下来”时你可以看到文字仍然存在,但是如果你松开它会反弹(见第一个屏幕转储)。
我尝试添加以下代码:
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 15
}
func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat {
return 18
}
但这并没有帮助。
有什么想法吗?
谢谢, 扬