gpt4 book ai didi

objective-c - 绘制圆角 NSTextFieldCell

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

我的 NSTextFieldCell 代码是:

- (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView {
// Drawing code here.
NSGradient *gradient = [[NSGradient alloc] initWithStartingColor:[NSColor lightGrayColor] endingColor:[NSColor grayColor]];
[gradient drawInRect:cellFrame angle:90];
[[self title] drawInRect:cellFrame withAttributes:nil];

}

我想让 NSTextFieldCell 具有圆角......我该怎么做?

最佳答案

使用NSView的layer属性,可以为其设置一个角半径。

关于objective-c - 绘制圆角 NSTextFieldCell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1938925/

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