swift ios 关于键盘弹出的通知

2020-09-01  本文已影响0人  舟_e9ce

以前版本:

NotificationCenter.default.addObserver(self, selector: #selector(keyboardPopupAction), name: NSNotification.Name.UIKeyboardWillShow, object: nil)

新版本

NotificationCenter.default.addObserver(self, selector: #selector(keyboardPopupAction), name: UIResponder.keyboardWillShowNotification, object: nil)

具体什么时间改的不清楚,只用于记录。

上一篇下一篇

猜你喜欢

热点阅读