So, I've been working on creating an NSTableView which has, as one of its columns, a column of buttons which the user can press to toggle some information in the row. I've added the buttons in ...
I'm currently creating a custom view and suddenly realises that the most natural way of using it would be to connect it to an NSArrayController.<BR><BR>But how? In particular, the call sequence ...