I have a question about how to handle when the keyboard comes out in an iOS application.
It turns out that in Spotify on the iPhone when you are going to register, you select a field and exit the keyboard. The registration button is covered. They have solved it by making it possible to scroll through the view and thus reach the button.
My question is this: Have you solved it with a TableView
? Or is there some way to get that effect without using the TableView
?
I remember that I do not look up when the keyboard comes out. I want to scroll.