deselectRowAtIndexPath on an ABPeoplePickerNavigationController
- by Josh Wright
I'm showing an ABPeoplePickerNavigationController as a tab in my app. The user clicks a name, then email address, then I do something with the email address.
Afterwards, I'd like for the person and property that they selected to fade out (not be highlighted).
In a normal table, I'd call deselectRowAtIndexPath. But with the ABPeoplePickerNavCont…