I'm trying to use a popup button within a view based NSTableView, i would like to populate the values for the popup with the array controller "Sectors". I can get this working fine if the popup is within a regular view, however comes up empty inside the Tableview. The bindings for the popup button are below
I searched around and it seems that other people had this problem, but could not locate a viable solution.