gpt4 book ai didi

iphone - 以编程方式在表格单元格中添加 UISegmentedControl 并具有清晰的背景

转载 作者:行者123 更新时间:2023-12-03 21:20:18 25 4
gpt4 key购买 nike

我已分组 TableView 。我想在具有清晰背景的表格单元格中添加 UISegmentedControl ,以便它将显示为 FOOTER 。我怎样才能做到这一点?我尝试使用clearColor。但它不起作用。

最佳答案

使用清晰的 UIView 对象设置背景 View ,如下所示:

UIView *clearView = [[UIView alloc] initWithFrame:CGRectZero];
[clearView setBackgroundColor:[UIColor clearColor]];
[self setBackgroundView:clearView];
[clearView release];

并确保将单元格选择样式设置为无。

编辑:添加一些方括号

关于iphone - 以编程方式在表格单元格中添加 UISegmentedControl 并具有清晰的背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5370717/

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