gpt4 book ai didi

objective-c - UITableview 中没有正确的背景颜色

转载 作者:行者123 更新时间:2023-11-28 19:20:52 26 4
gpt4 key购买 nike

tableview .BackgroundColor:[UIColor colorWithRed:1 green:1 blue:0.75 alpha:1];

这是我更改 UItableview 背景颜色的代码。但是当我使用这段代码时我没有看到颜色变化,它看起来是默认的白色。我的代码有什么错误吗?

最佳答案

正确回答你的问题:是的,有一个错误。

此代码根本无效。它没有正确的语法。

应该是这样的

tableview.backgroundColor = [UIColor colorWithRed:1 green:1 blue:0.75 alpha:1];

[tableview setBackgoundColor: [UIColor colorWithRed:1 green:1 blue:0.75 alpha:1]]:

关于objective-c - UITableview 中没有正确的背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8950419/

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