gpt4 book ai didi

ios - Xcode 4.2 UITableViewCell 背景

转载 作者:行者123 更新时间:2023-11-28 23:12:37 26 4
gpt4 key购买 nike

现在为 UITableViewCell 的正常和选定状态设置背景图像的正确方法是什么?在 XCode 4 中,我曾经在 IB 中执行此操作,但现在这些选项不可用。

最佳答案

我最终设置了 cell.backgroundView:

            UIView *backgroundView = [[[UIView alloc] initWithFrame:CGRectZero] autorelease];
backgroundView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"cell_background.png"]];
cell.backgroundView = backgroundView;

对于选定状态,我使用了默认的蓝色选择。

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

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