UITextField 不响应屏幕键盘按下?
我遇到了一个非常奇怪的问题,当我单击 UITextField
时,屏幕键盘会弹出,我可以删除文本字段中的字符 - 但我无法输入内容!
背景信息:
我将 UITextField
放入 UITableViewCell
中,而该 UITableViewCell 又是从放入 UIAlertView
的表格中获取的。如果使用 UIView addSubview:
方法将 UITextField
直接放入 UIAlertView
中,我仍然遇到同样的问题。
我过去曾成功编写过一个 UIAlertView
,其中有一个 UITextField
可以正常工作。
任何帮助或建议将不胜感激 - 谢谢!
I've got a really weird problem whereby I when I click on a UITextField
the onscreen keyboard pops up, and I can delete characters in the text field - but I cannot type into it!
Background info:
I'm placing the UITextField
into a UITableViewCell
, which in turn is being got from a table that is being placed into a UIAlertView
. I still have the same problem if I place the UITextField
directly into the UIAlertView
using the UIView addSubview:
method.
I have managed to write a UIAlertView
in the past that has a UITextField
within it working correctly.
Any help or suggestions would be much appreciated - thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案可以在问题下的评论中找到。
Answer can be found in comments under the question.