我创建了一个屏幕,上面有一个UITextField。当我收到EditingDidBegin事件时,我resignFirstResponder,调出一个带有另一个textField的Popover,并为该TextField调用BecomeFirstResponder。当它运行时,我得到闪烁的插入指针和X清除内容。虽然没有键盘。主UIView设置为UserInteractionEnabled:YES。第一个UITextField的目标操作,它在自己的View中。[textFieldaddTarget:selfaction:@selector(wantsToEditValue:)forCon