I know it might not be according to Apple's human interface guidelines for the iPhone, but I want to get rid of one level of pushing views and have a list of editable text fields. Further, I want the keyboard to be on screen from start when the view appears.
The problem is that when I have more than three such fields then the pop-up keyboard will cover the fields below. And the user can't scroll down to them. I think it's because the table view is full-screen. I've tried to make the list only as heigh as it would allow the keyboard to be visible all the time, but no luck.
Anyone knows how I should arrange things to get what I want?