Unable to add UITextField to UIAlertView on iOS7…works in iOS 6

后端 未结 7 1374
梦毁少年i
梦毁少年i 2020-12-01 01:34

The code below works on iOS6 (and before) but the UITextField does not display in iOS7...any ideas on how to get a UITextField to display in an UIAlterView in iOS7?

相关标签:
7条回答
  • 2020-12-01 01:55

    You can also give a look to the custom control on cocoacontrols.com. Have a look at MLAertView(ios 7 like UI) and TSAlertView(ios 6 like UI). They can be transformed to a rotation angle as well.

    0 讨论(0)
提交回复
热议问题