UITextField in UIAlertView on iPhone - how to make it responsive?

前端 未结 10 1389
情歌与酒
情歌与酒 2020-11-28 05:27

I placed a UITextField into a UIAlertView and moved it up so the keyboard wouldn\'t cover it up with the following code:

[dialog setDelegate:self];
[dialog s         


        
10条回答
  •  庸人自扰
    2020-11-28 05:41

    It's worth checking out

    http://junecloud.com/journal/code/displaying-a-password-or-text-entry-prompt-on-the-iphone.html?cmd=success#comment3870

    For a complete and comprehensive solution.

提交回复
热议问题