How would you use tableView:didDeselectRowAtIndexPath: to trigger textFieldShouldBeginEditing: ?
Or what other options do I have? I did consider having tableView:didDeselectRowAtIndexPath: trigger a UIAlertView (with textField) but it isn't aesthetically pleasing.