标签: iphone ipad uitextfield
如何在iPad上的UITextFIeld上捕获“Enter”键事件?
答案 0 :(得分:4)
实现-textFieldShouldReturn:委托方法,在UITextFieldDelegate协议中声明。要使对象成为文本字段的委托,请将字段的delegate属性设置为该对象。
-textFieldShouldReturn:
UITextFieldDelegate
delegate