This is a really odd issue because I can’t give much explanation here. I have UITextField within a UITableView cell. Pretty straightforward…
When I select my UITextField it occasionally just resigns, not allowing the user to interact with the keyboard at all. This happens completely randomly and I don’t have the slightest clue why it’s happening. Has this happened to anyone else?
If I correct understand, you need push up (resize) your view.
1) Make sure that your textfield’s delegate set to viewconntroller.
2) implement methods
when resizeView is:
Also you may increase text field frame, may be randomnicity of resigning depend on touch handle by table cell cut not textfield. Try disable user interaction for table or separate cell if this possible to check it.