UITableView 中部分的标题 - 删除文本阴影?
我有一个带有黑色背景颜色的分组 UITableView 。 因此带有白色阴影的灰色部分标题是不可读的。 接下来要知道的是,部分高度因语言和部分而异。
如何用最简单的方法解决这个问题?
如果我实现 viewForHeaderInSection
我还需要实现 heightForHeaderInSection
,但高度有所不同(几个具有不同标题和不同语言的部分 => 不同的文本长度/视图高度)
I have a grouped UITableView with black background color.
Thus the gray section headers with the white drop shadows are unreadable.
Next thing to know, the section height varies depending on language and section.
How to solve this the most easy way ?
If I implement viewForHeaderInSection
I also need to implement heightForHeaderInSection
, but the height varies (several sections with different title and different language => different text length/view height)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要动态确定单元格的高度,并设置标签以使其自动调整大小。
希望此链接对您有所帮助。
一切顺利。
You need to dynamically determine the height of the cell, and set your label so that it autosizes itself.
Hope this link will be helpful to you.
All the best.
我在 6.1 中也遇到了同样的问题。这对我有用:
I had the same issue in 6.1. This worked for me: