iDevGames Forums
Can anyone share code to create a UITextField inside UIAlertView? - Printable Version

+- iDevGames Forums (http://www.idevgames.com/forums)
+-- Forum: Development Zone (/forum-3.html)
+--- Forum: iPhone, iPad & iPod Game Development (/forum-11.html)
+--- Thread: Can anyone share code to create a UITextField inside UIAlertView? (/thread-85.html)



Can anyone share code to create a UITextField inside UIAlertView? - riruilo - May 4, 2010 12:08 PM

Hi mates!

Can anyone share code to create a UITextField inside UIAlertView?
Something like this:

http://www.iphonedevsdk.com/forum/iphone-sdk-development/1704-uitextfield-inside-uialertview.html

Or

http://iphonedevelopment.blogspot.com/2009/02/alert-view-with-prompt.html (it has a zip file, but link is broken, an author does not reply my email)

By the way, I know a easy way to do that with private API, but I prefer not to use it.

Thanks a lot.


Can anyone share code to create a UITextField inside UIAlertView? - akumalol - May 8, 2010 04:04 AM

Maybe this will help you mate
http://icodeblog.com/2009/11/09/iphone-coding-tutorial-inserting-a-uitextfield-in-a-uialertview/


Can anyone share code to create a UITextField inside UIAlertView? - riruilo - May 8, 2010 11:51 AM

akumalol Wrote:Maybe this will help you mate
http://icodeblog.com/2009/11/09/iphone-coding-tutorial-inserting-a-uitextfield-in-a-uialertview/

Thanks for link!