I have an NSMutableArray and a table view which displays the data in NSMutable array. The array contents are string and its being displayed properly .
I have used binding to display the data using array controller.
When I try to edit the row of the table view, I get an exception saying error while editing for key path "fsfsfsfs".
Can I know what is the mistake here?
Thnx in advance.