NSPopupButton in view based NSTableView: getting bindings to work

前端 未结 4 888
北海茫月
北海茫月 2021-02-06 10:44

Problem Description

I\'m trying to achieve something that should be simple and fairly common: having a bindings populated NSPopupButton inside bindings populated NSTab

4条回答
  •  温柔的废话
    2021-02-06 11:04

    Had the same problem and found this workaround - basically get your authors array controller out of nib with a IBOutlet and bind to it via file owner.

提交回复
热议问题