gpt4 book ai didi

cocoa - 有没有办法改变 nsimagecell 背景颜色?

转载 作者:行者123 更新时间:2023-12-03 17:19:53 25 4
gpt4 key购买 nike

有没有办法可以更改 nsimagecell 的背景颜色?我可以使用 setBackgroundColor 轻松地对文本字段单元格执行此操作...此解决方案的一些代码会很好! :)

最佳答案

1)需要创建NSImageCell的子类并在drawInrect中填充颜色

或者2)没有设置单元格的BGColor,但看起来像那样

NSImageView *image =[[NSImageView alloc]initWithFrame:NSMakeRect(0, 0, 100, 100)];
[image setWantsLayer:YES];
[image.layer setBackgroundColor:[NSColor whiteColor].CGColor];

关于cocoa - 有没有办法改变 nsimagecell 背景颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34144037/

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