I have a table view and one of the table view cells opens another app. When I return to my app the table view cell is still highlighted. What is the best way to deselect a table view cell when returning to the app?
Edit: The issue is that -viewWillAppear
or -viewDidAppear
does not get called when returning from an app since the view is already visible.