We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@objc func plateKeyBoardHidden(){ if !inputTextfield.isFirstResponder { delegate?.plateKeyBoardHidden?() } } 这个代理回调应该是是第一响应者的时候调用 对应函数,这里给判定为 “否” 多了一个 “!”
@objc func plateKeyBoardHidden(){ if !inputTextfield.isFirstResponder { delegate?.plateKeyBoardHidden?() } }
The text was updated successfully, but these errors were encountered:
已经离职,自己克隆一份自定义吧。
Sorry, something went wrong.
No branches or pull requests
@objc func plateKeyBoardHidden(){ if !inputTextfield.isFirstResponder { delegate?.plateKeyBoardHidden?() } }
这个代理回调应该是是第一响应者的时候调用 对应函数,这里给判定为 “否” 多了一个 “!”
The text was updated successfully, but these errors were encountered: