输入框字数限制。
textView(shouldChangeTextIn)
监听文字变化。NotificationCenter.default.addObserver()
NSNotification.Name.UIKeyboardWillChangeFrame
监听键盘显示隐藏。
- 敲击虚拟键盘时,底部 View 位置下落 - 待解决。
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
输入框字数限制。
textView(shouldChangeTextIn)
监听文字变化。NotificationCenter.default.addObserver()
NSNotification.Name.UIKeyboardWillChangeFrame
监听键盘显示隐藏。