escoz / QuickDialog

QuickDialog - Quick and easy dialog screens for iOS
http://escoz.com/open-source/quickdialog
Other
3.07k stars 637 forks source link

Should deseclect the row when handleActionBarDone: #626

Closed arronzhang closed 4 years ago

arronzhang commented 10 years ago

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: