Hi,
In my app I want to have certain buttons that are inactive when there is no row selected in my table view. There is a method didSelectRowAtIndexPath, that tells me when a row was selected. Is there a way to know if a row was deselected?
Thank you in advance.