My text is two lines long in portrait mode. When I switch to landscape mode, it fits into a single line. I'm using static tableview cells via a storyboard; how can I resize the row to fit snugly?
The screen is a signin screen.
- The first cell contains some explanation text
- The second is a text field for entering the account name
- The third is a secure text field for entering the password
- The fourth (and last) cell contains the signin button. The return key on the keyboard submits the form or switches the focus as appropriate