I have a twofer.
First, I have a text field that pops up the keyboard when it goes into focus. Great. Then when the user hits enter on the keyboard, it jumps to another text field. The problem is that the keyboard drops down when the first field goes out of focus and pops back up when the second field comes into focus. Is there any way just to prevent it from being dismissed in the first place?
Second, I have a problem with a TableView not scrolling properly. When my text field goes into focus, the TableView should scroll so that it doesn't cover the text field. The first time the text field is selected, it does this as it should. But subsequently it doesn't scroll properly so it's possible that the keyboard will cover the text field. Any ideas how to fix this?
Thanks
Reed