NSTextView non-editable in NSSplitview

140 views Asked by At

I have an NSSplitView in My window. the left is an NSOutlineView. When I click the OutlineView's item, the right Which is a custom ViewController's view will look like the below:

Screenshot:

enter image description here

then,a problem occurs that the two NSTextView can't editable while editing the textview. however,I have make it possible to edit it.

Screenshot:

enter image description here

Am I missing anything? Any hint in the right direction is highly appreciated.

Thanks

This is my demo code:github.com/ljz2012008/TestN.git

0

There are 0 answers