I have two UITextFields inside of a custom UITableView cell. Selecting the first textfield works just fine, and the keyboard appears as it should. However, while one of the textfields is selected, if you try and tap on another textfield, the keyboard continues to show but the textfield won't register keyboard typing input.
I have tried for hours with no luck in getting this to work. After a second tap on the 2nd textfield, it finally focuses and all is fine. Any solutions?