I want a quick input from a user. I know I can put a UITextField in UIAlertView but it\'s sort of a \"hack\". Is there an official/alternative way to do this?
If your looking for an alternative way then you can create custom UIView thats looks like alert view and add as subview and make animation like alert view.