There's a nested UITextField in the UITableViewCell and the userInteraction is initially set to NO. The table has 2 of these cells.
I'm trying to do the following:
- tap on a UITableViewCell
- the UITextField in the cell should be selected (userInteraction set to YES)
- Keyboard should appear.
Everything works and I'm able to use the keyboard to make changes in the UITextField except that oddly, the typical blinking cursor is in the UITextField missing.
Am I missing anything here?