[self becomeFirstResponder];
但它不起作用.
我可以通过隐藏UITextField并将键盘转发给我的UIView来实现’脏’的解决方法 – 但是我的UIView如何直接接收键盘输入?
见“Simple Text Input” in the Text Programming Guide for iOS.