gpt4 book ai didi

cocoa-touch - 在 UITableViewCell 中使用渐变背景

转载 作者:行者123 更新时间:2023-11-29 13:51:06 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
UITableViewCell with custom gradient background, with another gradient as highlight color

嘿,我正在尝试使用渐变作为我的 tableView 单元格的背景,我已经尝试使用此代码:

        UIView *view = [[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 100)] autorelease];
CAGradientLayer *gradient = [CAGradientLayer layer];
gradient.frame = view.bounds;
gradient.colors = [NSArray arrayWithObjects:(id)[[UIColor blackColor] CGColor], (id)[[UIColor whiteColor] CGColor], nil];
[view.layer insertSublayer:gradient atIndex:0];
[cell setBackgroundView:view];

知道为什么这不能正常工作吗?

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