gpt4 book ai didi

cocoa - 设置 NSTextView

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

如何将 NSTextView 设置为 NSAttributedString?我不想使用 textConainer,我尝试过:

[myTextView insertText:myMutableAttributedString];

但是没有成功。什么也没发生……甚至没有警告或运行时错误。任何帮助将不胜感激。

最佳答案

Textview 必须可编辑才能插入。

[myTextView setEditable:YES];
[myTextView insertText:myMutableAttributedString];
[myTextView setEditable:NO];

关于cocoa - 设置 NSTextView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5293242/

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