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

前端 未结 10 1414
情歌与酒
情歌与酒 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 06:07

    Found more clear solution. Check this code snippet out: Username and Password UITextFields in UIAlertView prompt

提交回复
热议问题