iOS 7:
When click the "Done", the row look like had been deselected. But when scroll over the row and then scroll to display the row, the effect for selected is appear.
May be add code [_quickformTableView deselectRowAtIndexPath:[_entryElement getIndexPath] animated:YES]; in handleActionBarDone:
iOS 7: When click the "Done", the row look like had been deselected. But when scroll over the row and then scroll to display the row, the effect for selected is appear.
May be add code
[_quickformTableView deselectRowAtIndexPath:[_entryElement getIndexPath] animated:YES];
in handleActionBarDone: