NSTextField binding returns nil not empty string

2013-04-30 Thread Chris Paveglio
What is the best way to handle this? I have a table view (using cell views) which has multiple text fields in it. I have an arrayController that holds an array of the custom objects that hold the data for each tableCellView (row). The array is made in the appDelegate and it always consists of

Re: NSTextField binding returns nil not empty string

2013-04-30 Thread Keary Suska
On Apr 30, 2013, at 1:14 PM, Chris Paveglio wrote: What is the best way to handle this? I have a table view (using cell views) which has multiple text fields in it. I have an arrayController that holds an array of the custom objects that hold the data for each tableCellView (row). The