Hi,
I have a NSTokenField
object with multilines (just resized the control vertically in interface builder). Unfortunately the NSTokenField
object does not insert new line when pressing the return key. Any ideas how to make the control insterting a new line when pressing the return key?
Do I really have to go the complicated way through delegates like control:textView:doCommandBySelector:
?
Thank you.