gpt4 book ai didi

objective-c - NSTextView圆角并绘制背景

转载 作者:行者123 更新时间:2023-12-03 16:16:35 24 4
gpt4 key购买 nike

对于两个我一直在解决以下问题:

我应该创建消息聊天 View ,并将其放置在 NSTableView 中。它必须有彩色背景、圆角、自定义边距。我尝试使用 NSTextField 但没有成功。我有所需的背景和圆角,但文本无法正确显示,因为在多行情况下它从字段的中心开始。我还尝试使用 NSTextView ,这在这种情况下似乎是更好的解决方案,但我无法设置圆角。我尝试使用 [textView.layer setCornerRadius:7.0]; 但它没有效果。

感谢您的回复!

最佳答案

将其添加到 TextView 属性

enter image description here

[self.textView setWantsLayer:YES];
[self.textView.layer setCornerRadius:10.0f];

你可以看到>

enter image description here

但是你的Scroll View背景颜色应该是WindowBackgroundcolor

enter image description here

enter image description here

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

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