I am trying to save indexPath
for the row that is being deleted from UITableView
into NSUSerDefaults
.
But I am getting following exception:
Attempt to insert non-property value '<NSIndexPath 0x834cc00> 2 indexes [0,1]
How can I resolve this and save data into user defaults for accessing it in other methods?