我为我的表格 View 提供了一个页脚标题,如下所示:
override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
return "DEVELOPED BY COMPANY NAME\nIN COMPANY LOCATION"
}
当我运行我的代码时,只有“由公司名称开发”显示在页脚中,而换行符之外的文本无处可见。我将如何确保看到所有文本?
如果符合您的设计,您可以在 Interface Builder 中更改为分组表格样式。
分组样式默认提供多行页脚。只需覆盖 func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String?
就是这样。无需额外的 View 或提供高度。
关于ios - 如何在 UITableView 的页脚标题中使用换行符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47734247/
欢迎光临 OStack程序员社区-中国程序员成长平台 (http://ostack.cn/) | Powered by Discuz! X3.4 |