标签: swift binding nstextview
我有以下对象的集合:
class Dialog { var speaker = "" var text = "" }
将集合([Dialog])绑定到 NSTextView 的最佳方法是什么?
[Dialog]
我想要双向绑定: