gpt4 book ai didi

iOS 在 TableView 中显示的标题截断从 titleForHeaderInSection 返回的字符串

转载 作者:行者123 更新时间:2023-11-30 13:32:09 25 4
gpt4 key购买 nike

我正在尝试从 Controller 构建一个 tableView,而不仅仅是在 Storyboard中自己构建静态单元格。我的所有单元格都是从一个数组填充的,并且我希望节标题从不同的数组中显示。 numberOfSections... 返回 5。我的 titleForHeaderInSection 方法如下:

override func tableView(tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
return self.questions[section]
}

我的self.questions数组:

let questions = ["Have you had difficulties participating in normal training and competition due to ankle problems during the past week?",
"To what extent have you reduced your training volume due to ankle problems during the past week?",
"To what extent have ankle problems affected your performance in the past week?",
"To what extent have you experienced ankle pain related to your sport during the past week?",
"Finished?"];

由于某种原因,当我运行应用程序时,标题只有一行,因此没有显示我想要显示的完整问题。可能是什么原因造成的?基于其他问题和研究,我需要创建自己的观点吗?

最佳答案

默认的导航顶部栏不会显示那么长的字符串。如果您不希望它被截断,则必须创建自己的自定义 View /顶部栏。

关于iOS 在 TableView 中显示的标题截断从 titleForHeaderInSection 返回的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36454697/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com