标签: ios swift uitextfield numpad
我正在使用数字键盘在Swift 5中将数据输入到textField中,并且如果不点击另一个文本字段就无法使数字键盘消失。
我尝试使用sendEvents“退出时结束”和“触摸向外部拖动”
@IBAction func doneTyping(_ sender: Any) { self.resignFirstResponder() }