gpt4 book ai didi

iphone - TableView单元格背景图像问题

转载 作者:行者123 更新时间:2023-11-28 20:13:54 24 4
gpt4 key购买 nike

我有以下代码将我的单元格背景设置为图像:

UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 150, 55)];
imageView.image = [UIImage imageNamed:@"cellBackground.png"];


cell.backgroundView = imageView;

但不幸的是背景图片被剪掉了一半,IDK 为什么:

This is how it looks谢谢。

最佳答案

如果您使用默认的 UITableViewCell 那么这应该可以解决您的问题:

cell.textLabel.backgroundColor = [UIColor clearColor];

关于iphone - TableView单元格背景图像问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18908075/

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