NSTextView 适合聊天文本视图吗?

发布于 2024-10-21 03:03:33 字数 271 浏览 1 评论 0原文

我需要开发一种聊天窗口类型的视图,具有以下要求:

  1. 能够显示
  2. 具有自定义控件(如
  3. 可滚动进度条)的图像,最后,
  4. 复制和粘贴

我想知道应该使用哪个类。我可以使用 NSTextView 实现上述所有功能,还是应该使用 NSView 并将 ScrollView 保留在其中(手动绘制文本和其他自定义控件),

感谢您的宝贵评论< br> 提前致谢

I need to develop a chat window kind of view, with the following requirements:

  1. Be able to display an image
  2. have custom control like a progress bar
  3. scrollable, and finally,
  4. copy and paste

I want to know which class should I use. Can I achieved all the above using NSTextView or should I go with a NSView and keep ScrollView inside it (drawing the text and other custom controls manually)

I appreciate your valuable comment
Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追我者格杀勿论 2024-10-28 03:03:33

只需在界面生成器的窗口中拖动一个 nstextfield 即可。会容易很多

Just drag a nstextfield in your window in the interface builder. It will be much easier

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文