UITextField inside an UIAlertView not working in iOS4.1 and works in 3.0

后端 未结 3 510
闹比i
闹比i 2021-01-25 01:13

I have a UITextField added to an UIAlerView (Kind of adding user to list with nick name, and nickname is asked by the alertview.). Thats work perfect in iOS3, But I cant type to

3条回答
  •  别那么骄傲
    2021-01-25 02:00

    iOS4 broke all sorts of UIAlertView hacks (er... 'customizations').

    I have a custom UIAlertView replacement class on github which supports an input (with UITextField) mode. You're welcome to try it out.

    https://github.com/TomSwift/TSAlertView

提交回复
热议问题