I want to get the user name. A simple text input dialog box. Any simple way to do this?
I would use a UIAlertView with a UITextField subview. You can either add the text field manually or, in iOS 5, use one of the new methods.
UIAlertView
UITextField