NSArrayController not working with NSMutableDictionary for NSTableView
- by Miraaj
Hi all,
I am trying to display content in NSTableView using NSMutableArrayController of NSMutableDictionary records.
I followed steps written below:
In application delegate class, I created an NSMutableArray object with name 'geniuses' and stored some NSMutableDictionary objects with keys: 'geniusName' and 'domain'.
I took an NSArrayController…