Use KVO for NSTextFields that are bound together
问题 I'm having trouble getting KVO working with text fields that are bound together in a Cocoa app. I have gotten this to work when setting strings in NSTextFields with buttons but it is not working with bindings. As always, any help from Stack Overflow would be greatly appreciated. Purpose of my code is to: bind several text fields together when a number is input in one field, have the other fields automatically update observe the changes in the text fields Here's my code for MainClass which is