NSTextView 适合聊天文本视图吗?
我需要开发一种聊天窗口类型的视图,具有以下要求:
- 能够显示
- 具有自定义控件(如
- 可滚动进度条)的图像,最后,
- 复制和粘贴
我想知道应该使用哪个类。我可以使用 NSTextView
实现上述所有功能,还是应该使用 NSView
并将 ScrollView 保留在其中(手动绘制文本和其他自定义控件),
感谢您的宝贵评论< br> 提前致谢
I need to develop a chat window kind of view, with the following requirements:
- Be able to display an image
- have custom control like a progress bar
- scrollable, and finally,
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需在界面生成器的窗口中拖动一个 nstextfield 即可。会容易很多
Just drag a nstextfield in your window in the interface builder. It will be much easier