gpt4 book ai didi

ios - UITableViewCell 标题的背景颜色

转载 作者:行者123 更新时间:2023-11-28 23:13:57 25 4
gpt4 key购买 nike

我想让 UITableView 的部分标题 View 的 backgroundColor 变得透明。我不想格式化标题中的文本,因为我喜欢默认格式。我可以这样做吗:

-(UIView*) tableView:(UITableView*)tableView 
viewForHeaderInSection:(NSInteger)section

无需在 UILabel 中格式化文本?我尝试过的所有内容都覆盖了部分标题中的文本(我从 tableView:titleForHeaderInSection: 获得),而且我不知道如何自己设置文本格式。

最佳答案

好吧,表格单元格没有标题。

UITableView 的部分标题是一个独立的 View 。

是的,

-(UIView*) tableView:(UITableView*)tableView viewForHeaderInSection:(NSInteger)section

是要实现的表委托(delegate)方法。它返回一个显示表头的 UIView(派生)。

确保你实现

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section

以及为每个标题返回适当的高度。 (可能只是一个常数值)

关于ios - UITableViewCell 标题的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7250888/

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