I have a login screen with 3 UIInput fields in an iPad game. When the user taps an input field, the iOS keyboard slides on and covers the input field. This seems like something that a lot of apps and games need to deal with. Is there an existing NGUI solution for moving the screen up when the keyboard comes up, or do I need to implement my own?