在我的应用程序中有一个textField,当你点击它时,keyBoard会正常显示,但当你点击keyBoard的键时它不会写,它会保持空白。 为什么会这样?我不知道该怎么办! 谢谢!
CODE
ViewController.h:
@interface ViewController : UIViewController {
IBOutlet UITextField *myText;
}
在IB中,它是正确链接的。
答案 0 :(得分:0)
我找到了答案!在这里:Keyboard and cursor show, but I can't type inside UITextFields and UITextViews
在我看来,iOS6拥有的百万个错误之一,因为它不会发生在iOS5上。