UIAlertView subclass with text fields for iOS 4

Posted by olegam on Stack Overflow See other posts from Stack Overflow or by olegam
Published on 2010-06-12T12:59:40Z Indexed on 2010/06/12 13:02 UTC
Read the original article Hit count: 591

Filed under:
|

Has anyone seen a solution for adding text fields to a UIAlertView (without private APIs)? On 3.x I've been using enormego's EGOTextFieldAlertView, but this doesn't work properly when compiled for iOS 4. Any suggestions? http://github.com/enormego/EGOTextFieldAlertView/

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uialertview