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

前端 未结 10 1290
情歌与酒
情歌与酒 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:54

    Check out this implementation: https://github.com/josecastillo/EGOTextFieldAlertView

提交回复
热议问题