gpt4 book ai didi

ios - UITableView 清除背景

转载 作者:IT王子 更新时间:2023-10-29 07:30:06 26 4
gpt4 key购买 nike

我意识到 iOS 7 尚未正式发布,我们不应该讨论它,但我正在疯狂地试图找出这个问题。在 iOS 6 上,我的表格 View 是透明的并且看起来很棒。第一次运行 iOS 7,背景是白色的。

我已经尝试将表格背景颜色、单元格颜色等设置为 UIColor clearColor,但没有任何变化。

如何解决这个问题?

the table

最佳答案

    // Fix for iOS 7 to clear backgroundColor
cell.backgroundColor = [UIColor clearColor];
cell.backgroundView = [[UIView new] autorelease];
cell.selectedBackgroundView = [[UIView new] autorelease];

在 cellForRowAtIndexPath 中

此外,请确保您的 tableview 实际上具有透明背景(在 Storyboard 中): enter image description here

关于ios - UITableView 清除背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18753411/

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