UITextFiled点击无法弹出键盘
2020-01-15 本文已影响0人
OrrHsiao
检查是否textField.userInteractionEnabled是否设置为NO
检查是否superView.userInteractionEnabled是否设置为NO
检查textField布局是否超过在父视图,导致执行hitTest方法时返回失败,无法响应事件
检查是否textField.userInteractionEnabled是否设置为NO
检查是否superView.userInteractionEnabled是否设置为NO
检查textField布局是否超过在父视图,导致执行hitTest方法时返回失败,无法响应事件